Skip to main content
All docs
V25.1
  • TdxChartCustomAxis.LogarithmicBase Property

    Specifies the base of the logarithm for the logarithmic scale of the axis.

    Declaration

    property LogarithmicBase: Single read; write;

    Property Value

    Type Description
    Single

    The base of the logarithm for the logarithmic scale of the axis.

    Remarks

    A logarithmic scale is useful when you need to display a large range of values that differ by orders of magnitude.

    You can set the Logarithmic property to True to enable a logarithmic scale for the axis. The LogarithmicBase property allows you to change the base of the logarithm for the scale.

    Default Value

    The LogarithmicBase property’s default value is 10.

    See Also