Click or drag to resize

SurfaceGridSeries3DSurfaceGridInsertResult Enumeration

LightningChart .NET Help
Surface grid row or column insertion return value.

Namespace:  Arction.WinForms.Charting.Series3D
Assembly:  Arction.WinForms.Charting.LightningChart (in Arction.WinForms.Charting.LightningChart.dll) Version: 10.3.1
Syntax
public enum SurfaceGridInsertResult
Members
  Member nameValueDescription
OK0 Successfully done.
NoData1 No data to scroll
ContourLinesInUse2 Contour lines are in use. Use FastContourZones or FastPalettedZones instead
WireframeInUse3 Can't use wireframe. Present the series without it.
See Also