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

AxisBaseModel.LogarithmicBase Property

Gets or sets the value of the AxisBase.LogarithmicBase within the model.

Namespace: DevExpress.XtraCharts.Designer

Assembly: DevExpress.XtraCharts.v19.1.Wizard.dll

Declaration

[PropertyForOptions(4, "General", -1)]
[DependentUpon("Logarithmic")]
[LocalizableCategory(DesignerCategories.Behavior)]
public double LogarithmicBase { get; set; }

Property Value

Type Description
Double

The base of the logarithm used in a scale.

See Also