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

Compilor error : MinorTicksVisibility property in Axis X is private

1 Answer 21 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Rangana
Top achievements
Rank 1
Rangana asked on 01 Apr 2011, 11:12 AM
I am using Telerik chart control and I want to set the minor ticks on X axis.
I tried this.

radChartROIComparison.DefaultView.ChartArea.AxisX.MinorTicksVisibility = Visibility.Visible;

But compilation fails telling that

Error 1 'Telerik.Windows.Controls.Charting.AxisX' does not contain a definition for 'MinorTicksVisibility' and no extension method 'MinorTicksVisibility' accepting a first argument of type 'Telerik.Windows.Controls.Charting.AxisX' could be found (are you missing a using directive or an assembly reference?) 

What is the reason for this????

Am I using an old version which does not support this property?

Regards
Rangana

 

1 Answer, 1 is accepted

Sort by
0
Giuseppe
Telerik team
answered on 06 Apr 2011, 12:31 PM
Hello Rangana,

Most likely you are using an older version of the control -- please update to the latest version of RadChart and it should work as expected.


Kind regards,
Giuseppe
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
Rangana
Top achievements
Rank 1
Answers by
Giuseppe
Telerik team
Share this question
or