LightningChart .NET Help
Points type.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
SyntaxPublic Enumeration PointsType
public enum class PointsType
Members|
| Member name | Value | Description |
|---|
| Points | 0 |
X-Y points.
|
| ErrorPoints | 1 |
X-Y points with error tolerance indicator.
|
See Also