Hi,
I'm using following code line to remove the labels from my Area chart:
RadChart1.DefaultView.ChartArea.DataSeries[0].Definition.ShowItemLabels = false;
In first moment it works, but when the end user zoom in .. the labels appears !?
Is it a bug or I have to set and some other properties?
Thanks, Greg
I'm using following code line to remove the labels from my Area chart:
RadChart1.DefaultView.ChartArea.DataSeries[0].Definition.ShowItemLabels = false;
In first moment it works, but when the end user zoom in .. the labels appears !?
Is it a bug or I have to set and some other properties?
Thanks, Greg