Describes the possible values of the BarStyle property.
[Serializable]
public sealed enum BarStyles : Enum , IComparable, IFormattable, IConvertible

Public Members

MemberDescription
RectangleDefines a rectangle shape for each bar series point.
PyramidDefines a pyramid shape for each bar series point.
InvPyramidDefines an inverted pyramid shape for each bar series point.
CylinderDefines a cylinder shape for each bar series point.
EllipseDefines an ellipse shape for each bar series point.
ArrowDefines an arrow shape for each bar series point.
RectGradientDefines a rectangle shape with a gradient for each bar series point.
ConeDefines a cone shape for each bar series point.
InvArrowDefines an inverted arrow shape for each bar series point.
InvConeDefines an inverted cone shape for each bar series point.
BevelDefines an bevelled shape for each bar series point.
SlantCubeDefines an bevelled cubic shape for each bar series point.
DiamondDefines a diamond shape for each bar series point.
RoundRectangleDefines a rounded corner for a rectangular bar series point.

See Also

Steema.TeeChart.Styles Namespace