vcl-dxchartxydiagram-006d7d63.md
Stores scale settings for a numeric axis.
TdxChartAxisNumericScaleOptions = class(
TdxChartOwnedPersistent
)
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.
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.
The NumericScaleOptions property references a TdxChartAxisNumericScaleOptions object.
TObject TPersistent TcxOwnedPersistent TcxOwnedInterfacedPersistent TdxChartOwnedPersistent TdxChartAxisNumericScaleOptions
See Also