This is a migrated thread and some comments may be shown as answers.

Shifting the point on a point chart

1 Answer 34 Views
Chart (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Andy
Top achievements
Rank 1
Iron
Andy asked on 08 Nov 2012, 09:45 PM
I have a point chart along with a bar chart.

I have configured the points to be a rectangle.  ( more of a line )

The point starts at the center and goes right.  I need to shift the line over so it is centered on the bar.

See attached image.

Andy

1 Answer, 1 is accepted

Sort by
0
Ves
Telerik team
answered on 12 Nov 2012, 05:26 PM
Hi Andy,

I am afraid this problem exists with point series. In this case you can use transparent line series with visible pointmarks. Here is how to configure it:

<telerik:ChartSeries Name="Series 2" Type="Line">
    <Appearance>
        <FillStyle FillType="Solid" MainColor="Transparent">
        </FillStyle>
        <PointMark Visible="True" Dimensions-AutoSize="False" Dimensions-Height="2px" Dimensions-Width="60px"  Figure="Rectangle">
            <FillStyle FillType="Solid" MainColor="Red">
            </FillStyle>
        </PointMark>
    </Appearance>


Best regards,
Ves
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Chart (Obsolete)
Asked by
Andy
Top achievements
Rank 1
Iron
Answers by
Ves
Telerik team
Share this question
or