View3DSurfaceGridSeries3D Property |
LightningChart .NET Help
Surface grid series list.
Namespace:
Arction.Wpf.Charting.Views.View3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic List<SurfaceGridSeries3D> SurfaceGridSeries3D { get; set; }Public Property SurfaceGridSeries3D As List(Of SurfaceGridSeries3D)
Get
Set
public:
property List<SurfaceGridSeries3D^>^ SurfaceGridSeries3D {
List<SurfaceGridSeries3D^>^ get ();
void set (List<SurfaceGridSeries3D^>^ value);
}Property Value
Type:
ListSurfaceGridSeries3D
See Also