Quantcast
Viewing all articles
Browse latest Browse all 7205

How to use manual numeric scale options of an Axis

This example demonstrates how to use manual numeric scale options of an X-axis.

When the AxisX2D.NumericScaleOptions  property is set to ManualNumericScaleOptions  you can manually define the ManualNumericScaleOptions.GridAlignment, ManualNumericScaleOptions.MeasureUnit, and ManualNumericScaleOptions.AggregateFunction  properties.

To use the automatic numeric scale options, set the AxisX2D.NumericScaleOptions property to AutomaticNumericScaleOptions  and choose the appropriate AutomaticNumericScaleOptions.AggregateFunction.

To prevent the axis scale from being divided into intervals (and thus prevent chart data from being aggregated), set the ManualNumericScaleOptions.AggregateFunction  or AutomaticNumericScaleOptions.AggregateFunction  property to None.


Viewing all articles
Browse latest Browse all 7205

Trending Articles