Version

BarShape Property (Series)

Determines the shape of the bar for this series. Applicable only for 3D bar charts.
Syntax
public Nullable<BarShape> BarShape {get; set;}
Remarks

This property controls the shape of the bar displayed for this series only.

To set the bar shape for all series in the chart, use the BarShape property.

Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also