Click or drag to resize

AxisXYBaseRangeRevertMaximum Property

LightningChart .NET Help
Range revert maximum. Sets axis Maximum 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), "100")]
public double RangeRevertMaximum { get; set; }

Property Value

Type: Double
See Also