Click or drag to resize

AxisBaseLogZeroClamp Property

LightningChart .NET Help
Gets or sets zero clamp value. Values below this limit will get this limit value when logarithmic presentation is used. This is needed to handle 0 and values below that. 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), "1E-50")]
public double LogZeroClamp { get; set; }

Property Value

Type: Double
See Also