Group: Forum Members
Last Active: 14 Years Ago
Posts: 2,
Visits: 1
|
We have used the Nevron Chart components that had version 6.x. and we wrote the following code:
NAxis xAxis = chart.Axis(StandardAxis.PrimaryX); xAxis.DimensionScale.NumberOfDataPointsBetweenLabels = 10;
Now we are in the middle of upgrade process to the most recent Nevron Vision library.
My question is where i can find the equal property in the most recent Nevron library for NAxis.DimensionScale.NumberOfDataPointsBetweenLabels, I am asking because NAxis no longer supports the DimensionScale property.
|