Back to Devexpress

TdxChartCustomAxis.LogarithmicBase Property

vcl-dxchartxydiagram-dot-tdxchartcustomaxis-c97b1939.md

latest1.0 KB
Original Source

TdxChartCustomAxis.LogarithmicBase Property

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

Declaration

delphi
property LogarithmicBase: Single read; write;

Property Value

TypeDescription
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

TdxChartCustomAxis Class

TdxChartCustomAxis Members

dxChartXYDiagram Unit