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

AdditionalYaxes

1 Answer 55 Views
ChartView
This is a migrated thread and some comments may be shown as answers.
Konstantinos
Top achievements
Rank 1
Konstantinos asked on 02 Apr 2012, 11:07 AM

Hello,

I recently experienced a problem while using the additionalyaxes options. To be more precise I tried to set a gridlines for an additional Y axis in a C# file like this :

 

myChart1.DefaultView.ChartArea.AdditionalYAxes[0].MajorGridLinesVisibility =

 

Visibility.Visible;

 

myChart1.DefaultView.ChartArea.AdditionalYAxes[0].MinorGridLinesVisibility =

 

Visibility.Visible;


but it doesnt work. However the manually ranging (min - max value setting) of the additional Y axis works properly (and the name of the axis too) so I dont think I have made an error in setting the additional Y axis. Any help would be welcomed. Thank you in advance.

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 04 Apr 2012, 12:21 PM
Hello Konstantinos,

Unfortunately it is not possible to display the gridlines of the additional Y axes - it is only possible for the primary axis. Our developers are aware of this limitation, however, we cannot commit to a concrete timeframe for its implementation.

Regards,
Nikolay
the Telerik team
Sharpen your .NET Ninja skills! Attend Q1 webinar week and get a chance to win a license! Book your seat now >>
Tags
ChartView
Asked by
Konstantinos
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or