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.WinForms.Charting.Axes
Assembly:
Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(typeof(double), "1E-50")]
public double LogZeroClamp { get; set; }<DefaultValueAttribute(GetType(Double), "1E-50")>
Public Property LogZeroClamp As Double
Get
Set
public:
[DefaultValueAttribute(typeof(double), L"1E-50")]
property double LogZeroClamp {
double get ();
void set (double value);
}Property Value
Type:
Double
See Also