Skip to main content
All docs
V25.1
  • TdxChartCustomSecondaryAxisCollectionItem.NumericScaleOptions Property

    Provides access to numeric scale settings of the secondary axis.

    Declaration

    property NumericScaleOptions: TdxChartAxisNumericScaleOptions read; write;

    Property Value

    Type Description
    TdxChartAxisNumericScaleOptions

    Stores scale settings for a numeric axis.

    Remarks

    You can use NumericScaleOptions.Offset and NumericScaleOptions.Step properties to shift the scale origin along the axis and change the size of the numeric scale interval denoted by major tick marks.

    Note

    The NumericScaleOptions property set values are ignored if the secondary axis displays non-numeric values. In this case, the axis scale always denotes every value with a major tick mark.

    See Also