Click or drag to resize

IntensitySeriesBaseInitialValue Property

LightningChart .NET Help
Gets or sets initial value for data Y. Clears the series. It is applied when creating or resizing Data array. 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), "0")]
public double InitialValue { get; set; }

Property Value

Type: Double
See Also