LightningChart .NET Help
Point shape 3D.
Namespace:
Arction.Wpf.Charting
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
SyntaxPublic Enumeration PointShape3D
public enum class PointShape3D
Members|
| Member name | Value | Description |
|---|
| Box | 0 |
Box.
|
| Sphere | 1 |
Sphere.
|
| Cylinder | 2 |
Cylinder.
|
| Cone | 3 |
Cone.
|
| Torus | 4 |
Torus.
|
| Ellipsoid | 5 |
Ellipsoid.
|
See Also