|
BarSize
|
Returns the actual size of the each bar in pixels. The BarSize is calculated by taking the size of the ChartRect of the RSChartPanel.TRSCustomChartPanel , dividing it by the number of bars, and then using the BarSizePct of the remainder.
|
|
BarSizePct
|
Specifies the size of the bar as a percentage between 1 and 100. The available canvas is divided by the number of bars in the bar chart to obtain the maximum size of each individual bar. Then, the BarSizePct specifies the size of the bar as a percentage of this maximum size.
|
|
BarStyle
|
Specifies the style, or shape, of the bars in the bar chart. Use this property to specify the shape of all the bars in the bar chart.
|
|
ImageList
|
Lists the images available for bars in the chart. ImageList is a list of bitmaps that can be displayed for any bar in the chart. A bar ( RSBarCharts.TRSBarChartValue item) is associated with an image from this image list by its ImageIndex property. This image will only appear for the point if the ImageIndex is valid for the list and the BarStyle is bsImage.
|
|
Orientation
|
Specifies the direction the bars are displayed in the bar chart. The default orientation is boVertical.
|
|
UseOrigin
|
Controls whether the bar chart uses the Origin property as its baseline bar chart value.
|
|
Values
|
Contains all the bars in the bar chart. Each item ( RSBarCharts.TRSBarChartValue ) specifies one bar and its properties, including Value, Color, and Caption. Use the Values collection to add, delete, and modify bars in the chart.
|