LightningChart .NET Help
Points type, 3D.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
SyntaxPublic Enumeration PointsType3D
public enum class PointsType3D
Members|
| Member name | Value | Description |
|---|
| Points | 0 |
Points.
|
| CompactPoints | 1 |
Compact points, to save memory. This Type does not have Color field, therefore, IndividualPointColors property should be disabled. Not applicable with fully bindable chart.
|
| CompactPointsColor | 2 |
Colored compact points, to save memory. Not applicable with fully bindable chart.
|
See Also