Version

BarShape Enumeration

Constants which define the shape used by a bar chart series.
Syntax
public enum BarShape : System.Enum 
Members
MemberDescription
BoxSquare box
ConeToMaxTruncated cone-shaped bar.
ConeToPointCone-shaped bar extending to the series maximum.
CylinderCylinder shaped bar.
PyramidToMaxTruncated pyramid-shaped bar.
PyramidToPointPyramid-shaped bar extending to the series maximum.
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