Skip to main content
A newer version of this page is available. .

PolarAxisX.LogarithmicBase Property

Overrides the AxisBase.LogarithmicBase property to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

[Browsable(false)]
public override double LogarithmicBase { get; set; }

Property Value

Type Description
Double

Always 10.

Remarks

This property is overriden to hide the AxisBase.LogarithmicBase property for the X-axis of Radar and Polar diagrams.

See Also