Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartAxisNumericScaleOptions.Step Property

Specifies size of the numeric scale step.

#Declaration

Delphi
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.

#Property Value Examples

Value Example[1]
0.5 VCL Chart Control: The Numeric Scale Step is 0.5
1 VCL Chart Control: The Numeric Scale Step is 1
2 VCL Chart Control: The Numeric Scale Step is 2

#Default Value

The Step property’s default value depends on series point data.

Footnotes
  1. This example demonstrates different Step property values for the axis of values (Y-axis) on the same diagram.

See Also