|
Group: Forum Members
Posts: 15,
Visits: 1
|
Hi,
That is perfect, thank you. Worked a treat.
I have now changed the axis to be a % with the following code:- Dim NStandardScaleConfigurator As NStandardScaleConfigurator = TryCast(RightAxis.ScaleConfigurator, NStandardScaleConfigurator) NStandardScaleConfigurator.LabelValueFormatter = New Dom.NNumericValueFormatter(Format:=NumericValueFormat.Percentage)
This works, except that it forces the axis labels to 2 decimal places. How do I get rid of the decimal places, so that it still shows the % based axis?
Thank you
|