Click or drag to resize

AxisXYBaseRangeRevertMinimum Property

LightningChart .NET Help
Range revert minimum. Sets axis Minimum to this value when Range revert operation is applied with mouse, or called by code.

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

Property Value

Type: Double
See Also