Enum SurfaceGridSeries3D.SurfaceGridInsertResult
- Namespace
- LightningChartLib.WinForms.Charting.Series3D
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Surface grid row or column insertion return value.
public enum SurfaceGridSeries3D.SurfaceGridInsertResult
Fields
ContourLinesInUse = 2Contour lines are in use. Use FastContourZones or FastPalettedZones instead
NoData = 1No data to scroll
OK = 0Successfully done.
WireframeInUse = 3Can't use wireframe. Present the series without it.