Click or drag to resize

AxisXYBaseRangeRevertMinimum Property

LightningChart .NET Help
Gets or sets range revert minimum. Sets axis Minimum to this value when Range revert operation is applied with mouse, or called by code. 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), "0")]
public double RangeRevertMinimum { get; set; }

Property Value

Type: Double
See Also