LightningChart .NET Help
Shape type. Used with 3D PointLineSeries.
Namespace:
Arction.Wpf.ChartingMVVM
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
SyntaxPublic Enumeration ShapeType
public enum class ShapeType
Members|
| Member name | Value | Description |
|---|
| Shape2D | 0 |
Use 2D shapes.
|
| Shape3D | 1 |
Use 3D shapes.
|
See Also