Click or drag to resize

IntensityGridSeriesRangeMaxY Property

LightningChart .NET Help
Gets or sets maximum Y range value. This is a dependency property.

Namespace:  Arction.Wpf.ChartingMVVM.SeriesXY
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(typeof(double), "100")]
public double RangeMaxY { get; set; }

Property Value

Type: Double
See Also