Skip to main content

PolarAxisX.Logarithmic Property

Overrides the AxisBase.Logarithmic property to hide it.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

[Browsable(false)]
public override bool Logarithmic { get; set; }

Property Value

Type Description
Boolean

Always false.

Remarks

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

See Also