Click or drag to resize

AxisBaseLogZeroClamp Property

LightningChart .NET Help
Values below this limit will get this limit value when logarithmic presentation is used. This is needed to handle 0 and values below that.

Namespace:  Arction.Wpf.Charting.Axes
Assembly:  Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(typeof(double), "1E-50")]
public double LogZeroClamp { get; set; }

Property Value

Type: Double
See Also