| control.Region(n).BarSeries(n).Lucent | ||
| Type: | Long (Boolean) |
| Purpose: | Switchs the bar's transparency on or off |
| Default: | Off (0) |
| Accessible: | Runtime |
| Remarks: | The lucent effect is most impressive with 3D bars, but also with flat bars it might be usefull: one can see the grid lines shimmer through the bar objects. |
| Example: | RMChartX1.AddRegion RMChartX1.Region(1).AddBarSeries RMChartX1.Region(1).BarSeries(1).Lucent = TRUE |