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

Remove Innerscale

1 Answer 37 Views
Chart
This is a migrated thread and some comments may be shown as answers.
Amitkumar
Top achievements
Rank 1
Amitkumar asked on 22 Sep 2011, 03:21 PM
Hi
I am creating Chart dynamically.,
i want to remove Inner scale of my chart.
here i attached my screen.

1 Answer, 1 is accepted

Sort by
0
Missing User
answered on 27 Sep 2011, 01:54 PM
Hello Amit Prajapati,

You can hide the minor ticks of the YAxis using the AxisY.MinorTicksVisibility property. For example:
radChart.DefaultView.ChartArea.AxisY.MinorTicksVisibility = System.Windows.Visibility.Collapsed;
More information about axes ticks can be found here.

I hope this helps.

Greetings,
Polina
the Telerik team

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

Tags
Chart
Asked by
Amitkumar
Top achievements
Rank 1
Answers by
Missing User
Share this question
or