View3DSurfaceGridSeries3D Property |
LightningChart .NET Help
Gets or sets SurfaceGridSeries list. This is a dependency property.
Namespace:
Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntaxpublic SurfaceGridSeries3DCollection SurfaceGridSeries3D { get; set; }Public Property SurfaceGridSeries3D As SurfaceGridSeries3DCollection
Get
Set
public:
property SurfaceGridSeries3DCollection^ SurfaceGridSeries3D {
SurfaceGridSeries3DCollection^ get ();
void set (SurfaceGridSeries3DCollection^ value);
}Property Value
Type:
SurfaceGridSeries3DCollection
See Also