Group: Forum Members
Last Active: 2 days ago @ 1:54 AM
Posts: 3,054,
Visits: 4,009
|
Hi Atif, You can turn off auto labels using the following code: NLinearScaleConfigurator scaleY = yAxis.ScaleConfigurator as NLinearScaleConfigurator; scaleY.AutoLabels = false; Let us know if you have any questions.
Best Regards, Nevron Support Team
|
Group: Forum Members
Last Active: 12 Years Ago
Posts: 4,
Visits: 1
|
Could anybody please show the way to hide scale labels (for example, tick labels of primary Y axis), I can't find in the documentation. Thanks
|