ChartShapeType enumeration

ChartShapeType enumeration

Represents a shape of chart.

The ChartShapeType type exposes the following members:

Fields

FieldDescription
NOT_DEFINEDChart shape is not defined.
BOXSpecifies the chart shall be drawn with a box shape.
CONESpecifies 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.
CONE_TO_MAXSpecifies the chart shall be drawn with truncated cones such that the point of the cone would be the maximum data value.
CYLINDERSpecifies the chart shall be drawn as a cylinder.
PYRAMIDSpecifies 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.
PYRAMID_TO_MAXIMUMSpecifies the chart shall be drawn with truncated cones such that the point of the cone would be the maximum data value.

See Also