Navigation: Code Documentation > RSCommonCharts > RSChartConsts > Enumerations
TBarChartStyle Enumeration
Defines the different shapes, or styles, a bar can be in a bar chart (TRSBarChart).
Namespace: RSChartConsts
Delphi
type TBarChartStyle = ( bsRectangle, bsEllipse, bsImage, bsDiamond, bsLeftTriangle, bsRightTriangle, bsUpTriangle, bsDownTriangle, bsRoundRect, bsGradientRect, bsArrow );
Name
Description
bsArrow
Represents constant bsArrow.
bsDiamond
Represents constant bsDiamond.
bsDownTriangle
Represents constant bsDownTriangle.
bsEllipse
Represents constant bsEllipse.
bsGradientRect
Represents constant bsGradientRect.
bsImage
Represents constant bsImage.
bsLeftTriangle
Represents constant bsLeftTriangle.
bsRectangle
Represents constant bsRectangle.
bsRightTriangle
Represents constant bsRightTriangle.
bsRoundRect
Represents constant bsRoundRect.
bsUpTriangle
Represents constant bsUpTriangle.
Top
•TRSBarChart
•TRSShapeStyle
•RSChartConsts