Skip to main content
All docs
V24.1

TdxChartCustomSecondaryAxisCollectionItem.Logarithmic Property

Specifies if the secondary numeric axis uses a logarithmic scale.

Declaration

property Logarithmic: Boolean read; write; default False;

Property Value

Type Default Description
Boolean False
  • If False (default), the axis uses a plain numeric scale.
  • If True, the axis uses a logarithmic scale for numeric values. The LogarithmicBase property specifies the base of the logarithm for the scale.

Remarks

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

Set the Logarithmic property to True or False to switch between logarithmic and plain numeric scales for the axis.

Default Value

The Logarithmic property’s default value is False.

See Also