Click or drag to resize

AxisXYBaseRangeRevertMaximum Property

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

Property Value

Type: Double
See Also