TdxChartCustomAxis.Logarithmic Property
Specifies if the numeric axis uses a logarithmic scale.
#Declaration
property Logarithmic: Boolean read; write; default False;
#Property Value
Type | Default | Description |
---|---|---|
Boolean | False |
|
#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
.