BarSeries3DShape Property |
LightningChart .NET Help
Bar shape.
Namespace:
Arction.Wpf.Charting.Series3D
Assembly:
Arction.Wpf.Charting.LightningChart (in Arction.Wpf.Charting.LightningChart.dll) Version: 10.3.1
Syntax[DefaultValueAttribute(BarShape3D.Simple)]
public BarShape3D Shape { get; set; }<DefaultValueAttribute(BarShape3D.Simple)>
Public Property Shape As BarShape3D
Get
Set
public:
[DefaultValueAttribute(BarShape3D::Simple)]
property BarShape3D Shape {
BarShape3D get ();
void set (BarShape3D value);
}Property Value
Type:
BarShape3D
See Also