Skip to main content
All docs
V26.1
  • BarChartShapeType Enum

    Lists values that specify the shape used to render bars in 3D bar charts.

    Namespace: DevExpress.Docs.Office

    Assembly: DevExpress.Docs.Core.v26.1.dll

    Declaration

    public enum BarChartShapeType

    Members

    Name Description Image
    Auto

    Default shape for the series type.

    Box

    Bars are rendered as rectangular boxes.

    BarShape_Box

    Cone

    Bars are rendered as cones.

    BarShape_Cone

    ConeToMax

    Bars are rendered as cones whose tops align to the maximum width.

    BarShape_ConeToMax

    Cylinder

    Bars are rendered as cylinders.

    BarShape_Cylinder

    Pyramid

    Bars are rendered as pyramids.

    BarShape_Pyramid

    PyramidToMax

    Bars are rendered as pyramids whose tops align to the maximum permitted width.

    BarShape_PyramidToMax

    Related API Members

    The following properties accept/return BarChartShapeType values:

    See Also