| control.Region(n).BarSeries(n).SeriesType | ||
| Type: | Long (BarSeriesType constant) |
| Purpose: | Sets the type of a Bar series |
| Default: | Single (RMC_BARSINGLE) |
| Accessible: | Runtime |
| Remarks: | The choice of the type depends only on the structure of your data, which you want to visualize, it has nothing to do with visual impressions (see SerieStyle for this task). Have a look at simplebar.rmc, grouped bars.rmc, stacked bars.rmc and floating bars.rmc in the Designer to see how the data must be organized for the different Bar series types. |
| Example: | RMChartX1.AddRegion RMChartX1.Region(1).AddBarSeries RMChartX1.Region(1).BarSeries(1).SeriesType = RMC_BARSTACKED |