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

    Gets or sets the shape used for all bar series in this view.

    Namespace: DevExpress.Docs.Office

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

    Declaration

    public BarChartShapeType BarShapeType { get; set; }

    Property Value

    Type Description
    BarChartShapeType

    A value that specifies the bar shape.

    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