| control.Region(n).BarSeries(n).PointsPerColumn | ||
| Type: | Long (Boolean) |
| Purpose: | Sets the number of data points for each data column of the grid. |
| Default: | 1 (one bar object for each data column) |
| Accessible: | Runtime |
| Remarks: | This property affects only
bar series with the type RMC_BARSINGLE. RMC_BARGROUP, RMC_BARSTACKED and RMC BARSTACKED100
have per definitonem more then one data point per column (RMC_BARGROUP side by side, the stacked bars on top of
each other).
|
| Example: | RMChartX1.AddRegion RMChartX1.Region(1).AddBarSeries RMChartX1.Region(1).BarSeries(1).PointsPerColumn = 6 |