Enum PointsType3D
- Namespace
- LightningChartLib.WinForms.Charting
- Assembly
- LightningChart.WinForms.Charting.NET4.dll
Points type, 3D.
public enum PointsType3D
Fields
CompactPoints = 1Compact points, to save memory. This Type does not have Color field, therefore, IndividualPointColors property should be disabled. Not applicable with fully bindable chart.
CompactPointsColor = 2Colored compact points, to save memory. Not applicable with fully bindable chart.
Points = 0Points.