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

X-Axis Minor Ticks

1 Answer 72 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Anitha
Top achievements
Rank 1
Anitha asked on 30 May 2012, 01:14 PM
Hi All,

        In the Rad chart for X-Axis I am getting MinorTicks as shown in the attachment.
I tried ,

 

 

 

<telerikCharting:ChartArea.AxisX>

 

 

 

 

<telerikCharting:AxisX LabelStep="5" IsDateTime="True" DefaultLabelFormat="MM/dd/yy" LabelRotationAngle="90"

 

 

 

MinorTicksVisibility="Collapsed" MajorGridLinesVisibility="Collapsed" >

 

 

 

 

</telerikCharting:AxisX>

 

 

 

 

</telerikCharting:ChartArea.AxisX>

but of no use.

Thanks in Advance.

 

1 Answer, 1 is accepted

Sort by
0
Accepted
Rosko
Telerik team
answered on 04 Jun 2012, 07:18 AM
Hi Anitha,

Those ticks which are displayed on the chart are only Major ones. You just do not have a label for each one of them. I suppose that you want to have only the ticks with labels. To achieve the desired effect you need to set the Step property of AxisX to the same value as the LabelStep property, which in your case it is 5.

All the best,
Rosko
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

Tags
Chart
Asked by
Anitha
Top achievements
Rank 1
Answers by
Rosko
Telerik team
Share this question
or