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

XAxis minor markings

1 Answer 55 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Steven Hillaert
Top achievements
Rank 1
Steven Hillaert asked on 03 Aug 2010, 10:18 AM
Hi,

In your examples most charts have minor markings on the X axis for the minor steps (without label) and larger markings for the major steps (with label). How can I do this in my charts, I only get the larger markings?

Thanks,
Steven

1 Answer, 1 is accepted

Sort by
0
Accepted
Sia
Telerik team
answered on 05 Aug 2010, 08:25 AM
Hi Steven Hillaert,

You can try this:
RadChart1.DefaultView.ChartArea.AxisX.MinorTicksVisibility = Visibility.Visible;
RadChart1.DefaultView.ChartArea.AxisY.MinorTicksVisibility = Visibility.Visible;

The minor ticks on the Y axis are visible by default.

Regards,
Sia
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
Chart
Asked by
Steven Hillaert
Top achievements
Rank 1
Answers by
Sia
Telerik team
Share this question
or