[Serializable]
public sealed enum BarStyles : Enum , IComparable, IFormattable, IConvertible
Public Members
Member | Description |
---|---|
Rectangle | Defines a rectangle shape for each bar series point. |
Pyramid | Defines a pyramid shape for each bar series point. |
InvPyramid | Defines an inverted pyramid shape for each bar series point. |
Cylinder | Defines a cylinder shape for each bar series point. |
Ellipse | Defines an ellipse shape for each bar series point. |
Arrow | Defines an arrow shape for each bar series point. |
RectGradient | Defines a rectangle shape with a gradient for each bar series point. |
Cone | Defines a cone shape for each bar series point. |
InvArrow | Defines an inverted arrow shape for each bar series point. |
InvCone | Defines an inverted cone shape for each bar series point. |
Bevel | Defines an bevelled shape for each bar series point. |
SlantCube | Defines an bevelled cubic shape for each bar series point. |
Diamond | Defines a diamond shape for each bar series point. |
RoundRectangle | Defines a rounded corner for a rectangular bar series point. |
See Also
Steema.TeeChart.Styles Namespace