Click or drag to resize

SurfaceSeries3DBaseInitialValue 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.Series3D
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