Click or drag to resize

IntensitySeriesBaseInitialValue Property

LightningChart .NET Help
Initial value for data Y. Clears the series. It is applied when creating or resizing Data array.

Namespace:  Arction.WinForms.Charting.SeriesXY
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
[DefaultValueAttribute(typeof(double), "0")]
public double InitialValue { get; set; }

Property Value

Type: Double
See Also