Skip to main content
All docs
V26.1
  • Bar3DSeries.BarShapeType Property

    Gets or sets the shape used for this individual series, overriding the view-level setting.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public BarChartShapeType BarShapeType { get; set; }

    Property Value

    Type Description
    BarChartShapeType

    A BarChartShapeType value that specifies the bar shape for this series.

    Available values:

    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

    See Also