| control.Region(n).DataAxis(n).Alignment | ||
| Type: | Long (DAxisAlignment constant) |
| Purpose: | Sets the alignment of the data axis. |
| Default: | In case of horizontal bars: Bottom (RMC_DATAAXISBOTTOM), in all other cases: Left (RMC_DATAAXISLEFT). |
| Accessible: | Runtime |
| Remarks: | If you choose
RMC_DATAAXISBOTTOM or RMC_DATAAXISTOP as alignment for the data axis, there are some restrictions for
Line series: as LineSeriesType only RMC_LINE or RMC_LINE_INDEXED is available,
as LineSeriesStyle you can choose between RMC_LINE_FLAT and RMC_LINE_CABLE.
|
| Example: | RMChartX1.AddRegion RMChartX1.Region(1).AddDataAxis RMChartX1.Region(1).DataAxis(1).Alignment = RMC_DATAXISRIGHT |