Click or drag to resize

SurfaceSeries3DBaseInitialValue Property

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

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

Property Value

Type: Double
See Also