Back to Devexpress

TdxChartCustomAxis.Logarithmic Property

vcl-dxchartxydiagram-dot-tdxchartcustomaxis.md

latest1.2 KB
Original Source

TdxChartCustomAxis.Logarithmic Property

Specifies if the numeric axis uses a logarithmic scale.

Declaration

delphi
property Logarithmic: Boolean read; write; default False;

Property Value

TypeDefaultDescription
BooleanFalseFalse Default. The axis uses a plain numeric scale.TrueThe 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

TdxChartCustomAxis Class

TdxChartCustomAxis Members

dxChartXYDiagram Unit