This question is locked. New answers and comments are not allowed.
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.