Back to Devexpress

TdxChartCustomAxis.NumericScaleOptions Property

vcl-dxchartxydiagram-dot-tdxchartcustomaxis-86a1be15.md

latest1.2 KB
Original Source

TdxChartCustomAxis.NumericScaleOptions Property

Provides access to numeric scale settings of the axis.

Declaration

delphi
property NumericScaleOptions: TdxChartAxisNumericScaleOptions read; write;

Property Value

TypeDescription
TdxChartAxisNumericScaleOptions

Stores scale settings for a numeric axis.

|

Remarks

You can use NumericScaleOptions.Offset and NumericScaleOptions.Step properties to shift the scale origin along the axis and change the size of the numeric scale interval denoted by major tick marks.

Note

The NumericScaleOptions property set values are ignored if the axis displays non-numeric values. In this case, the axis always denotes every value with a major tick mark.

See Also

TdxChartCustomAxis.Range Property

TdxChartCustomAxis Class

TdxChartCustomAxis Members

dxChartXYDiagram Unit