| control.Region(n).BarSeries(n).SetProperties ([nType], [nStyle], [nIsLucent], [nColor], [nIsHorizontal], [nWhichDataAxis], [nValueLabelOn], [nPointsPerColumn], [nHatchMode]) | ||
| Purpose | Set the properties in one call instead setting each property apart. | |
| Parameter | ||
| nType Long (BarSeriesType constant) | See SeriesType | |
| nStyle Long (BarSeriesStyle constant) | See SeriesStyle | |
| nIsLucent Long (Boolean) | See Lucent | |
| nColor Long (RMC_Colors constant or any RGB value) | See Color | |
| nIsHorizontal Long (Boolean) | See Horizontal | |
| nWhichDataAxis Long | See WhichDataAxis | |
| nValueLabelOn Long (Boolean) | See ValueLabelOn | |
| nPointsPerColumn Long | See PointsPerColumn | |
| nHatchMode Long (Hatchmodes constant) | See HatchMode | |
| Return value | - | |
| Remarks | - | |
| Example | RMChartX1.Region(1).BarSeries(1).SetProperties RMC_BARSGROUP, RMC_BAR_GRADIENT1,FALSE,Tomato | |