Click or drag to resize

AxisBaseLogBase Property

LightningChart .NET Help
Gets or sets logarithmic base. Applies only when ScaleType is set to Logarithmic. This is a dependency property.

Namespace:  Arction.Wpf.ChartingMVVM.Axes
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(typeof(double), "10")]
public double LogBase { get; set; }

Property Value

Type: Double
See Also