SurfaceGridSeries3DSurfaceGridInsertResult Enumeration |
LightningChart .NET Help
Surface grid row or column insertion return value.
Namespace:
Arction.Wpf.Charting.Series3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic enum SurfaceGridInsertResult
Public Enumeration SurfaceGridInsertResult
public enum class SurfaceGridInsertResult
Members|
| Member name | Value | Description |
|---|
| OK | 0 |
Successfully done.
|
| NoData | 1 |
No data to scroll
|
| ContourLinesInUse | 2 |
Contour lines are in use. Use FastContourZones or FastPalettedZones instead
|
| WireframeInUse | 3 |
Can't use wireframe. Present the series without it.
|
See Also