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 );
|