Click or drag to resize

SurfaceSeries3DBaseData Property

LightningChart .NET Help
Gets or sets series 3D point data. 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
public SurfacePoint[,] Data { get; set; }

Property Value

Type: SurfacePoint
See Also