PointStyle3DShape2D Property |
LightningChart .NET Help
Shape type for 2D type.
Namespace:
Arction.Wpf.Charting.Views.View3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntaxpublic PointShapeStyle Shape2D { get; set; }Public Property Shape2D As PointShapeStyle
Get
Set
public:
property PointShapeStyle^ Shape2D {
PointShapeStyle^ get ();
void set (PointShapeStyle^ value);
}Property Value
Type:
PointShapeStyle
See Also