Skip to main content
All docs
V24.2

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

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