Hi, I would like to add strip lines to my chart in my report. I have found an example that says to use code like the following below:
radChart.DefaultView.ChartArea.AxisY.StripLinesVisibility = Visibility.Collapsed;
I don't see this setting in my chart though. Is this available for reporting charts? If so, could you please point me to how this property can be accessed? Thanks.
radChart.DefaultView.ChartArea.AxisY.StripLinesVisibility = Visibility.Collapsed;
I don't see this setting in my chart though. Is this available for reporting charts? If so, could you please point me to how this property can be accessed? Thanks.