PointStyle3DShapeType Property |
LightningChart .NET Help
Shape type.
Namespace:
Arction.Wpf.ChartingMVVM.Views.View3D
Assembly:
Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(ShapeType.Shape3D)]
public ShapeType ShapeType { get; set; }<DefaultValueAttribute(ShapeType.Shape3D)>
Public Property ShapeType As ShapeType
Get
Set
public:
[DefaultValueAttribute(ShapeType::Shape3D)]
property ShapeType ShapeType {
ShapeType get ();
void set (ShapeType value);
}Property Value
Type:
ShapeType
See Also