Group: Forum Members
Last Active: Last Week
Posts: 3,054,
Visits: 4,009
|
Hi Hasindu, Yes - you have to touch the label offset property of the ordinal scale: NOrdinalScaleConfigurator ordScale = someChart.Axis(StandardAxis.PrimaryX).ScaleConfigurator as NOrdinalScaleConfigurator; ordScale.LabelStyle.ValueOffset = 1;
Best Regards, Nevron Support Team
|
Group: Forum Members
Last Active: 11 Years Ago
Posts: 7,
Visits: 1
|
Hi, By default as shown on the attachment the, X axis starts with 0. Is there a way to make it start with 1, without adding custom labels? Many thanks for any replies. Hasindu
|