TdxChartAxisNumericScaleOptions.Step Property
Specifies size of the numeric scale step.
Declaration
property Step: Double read; write;
Property Value
Type | Description |
---|---|
Double | The current size of the numeric scale step. |
Remarks
Numeric scale step size defines the distance between two adjacent major tick marks on a numeric axis.
Examples
Value | Example[1] |
---|---|
0.5 |
|
1 |
|
2 |
Default Value
The Step
property’s default value depends on series point data.
Footnotes
-
This example demonstrates different
Step
property values for the axis of values (Y-axis) on the same diagram.
See Also