[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.Charts.BarShape

BarShape Enum

Represents the shape used with the 3D bar or column chart.

Namespace: GrapeCity.Spreadsheet.Charts
Assembly: GrapeCity.Spreadsheet.dll
Syntax
public enum BarShape
Public Enum BarShape

Fields

Name Description
Box

The chart shall be drawn with a box shape.

ConeToMax

The chart shall be drawn with truncated cones such that the point of the cone would be the maximum data value.

ConeToPoint

The chart shall be drawn as a cone, with the base of the cone on the floor and the point of the cone at the top of the data marker.

Cylinder

The chart shall be drawn as a cylinder.

PyramidToMax

The chart shall be drawn with truncated cones such that the point of the cone would be the maximum data value.

PyramidToPoint

The chart shall be drawn as a rectangular pyramid, with the base of the pyramid on the floor and the point of the pyramid at the top of the data marker.

Unspecified

Unknown bar shape.