Back to Devexpress

TdxChartAxisNumericScaleOptions Class

vcl-dxchartxydiagram-006d7d63.md

latest1.8 KB
Original Source

TdxChartAxisNumericScaleOptions Class

Stores scale settings for a numeric axis.

Declaration

delphi
TdxChartAxisNumericScaleOptions = class(
    TdxChartOwnedPersistent
)

Remarks

Use numeric scale options to shift the scale origin along an axis and change the step between two major tick marks. These settings have no effect on non-numeric axes.

Main API Members

The list below outlines key members of the TdxChartAxisNumericScaleOptions class that allow you to customize a numeric axis scale.

OffsetShifts the scale origin along a numeric axis.StepSpecifies the numeric scale interval between major tick marks on an axis.AssignCopies scale settings between numeric axes.

Direct TdxChartAxisNumericScaleOptions Class Reference

The NumericScaleOptions property references a TdxChartAxisNumericScaleOptions object.

Inheritance

TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartOwnedPersistent TdxChartAxisNumericScaleOptions

See Also

TdxChartRange Class

TdxChartAxisNumericScaleOptions Members

dxChartXYDiagram Unit