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
Syntaxpublic SurfacePoint[,] Data { get; set; }Public Property Data As SurfacePoint(,)
Get
Set
public:
property array<SurfacePoint,2>^ Data {
array<SurfacePoint,2>^ get ();
void set (array<SurfacePoint,2>^ value);
}Property Value
Type:
SurfacePoint
See Also