TdxChartAxisNumericScaleOptions Class
Stores scale settings for a numeric axis.
#Declaration
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.
- Offset
- Shifts the scale origin along a numeric axis.
- Step
- Specifies the numeric scale interval between major tick marks on an axis.
- Assign
- Copies scale settings between numeric axes.
#Direct TdxChartAxisNumericScaleOptions Class Reference
The NumericScaleOptions property references a TdxChartAxisNumericScaleOptions
object.