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

How to add vertical lines?

1 Answer 46 Views
Chart
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Steve Behrendt
Top achievements
Rank 1
Steve Behrendt asked on 19 Feb 2013, 11:13 AM
Hello everyone,

I'm using a RadCartesianChart with HorizontalAxis set to a DateTimeContinousAxis.

My issue is that I can't find a way to add vertical lines when a Label or a MajorStep is displayed on the x-Axis. Each MajorStep (or preferable Label) should have a vertical line.

In the WP App from telerik the page 'live feed' under chart-features has vertical lines.

Am I missing something?

Thanks heaps,
Steve
@derSteve

1 Answer, 1 is accepted

Sort by
0
Steve Behrendt
Top achievements
Rank 1
answered on 19 Feb 2013, 02:29 PM
Hi,

I was overlooking the Grid-Property.

By setting the following in xaml, we can control which lines (x,y,xy,none) to be displayed.

<telerikChart:RadCartesianChart.Grid>
    <telerikChart:CartesianChartGrid MajorLinesVisibility="XY" Style="{StaticResource gridStyleDashed}"/>
</telerikChart:RadCartesianChart.Grid>
Tags
Chart
Asked by
Steve Behrendt
Top achievements
Rank 1
Answers by
Steve Behrendt
Top achievements
Rank 1
Share this question
or