| control.Region(n).DataAxis(n).AxisText | ||
| Type: | String |
| Purpose: | Sets a text for illustrations of the data axis. |
| Default: | "" |
| Accessible: | Runtime |
| Remarks: | The maximum length of the text
is 100 chars. If the data axis has an alignment of RMC_DATAAXISLEFT, the text is drawn vertically from bottom to top,
if the alignment is RMC_DATAAXISRIGHT, the text is painted vertically from top to bottom, in other cases it is painted
horizontally.
|
| Example: | RMChartX1.AddRegion RMChartX1.Region(1).AddDataAxis RMChartX1.Region(1).DataAxis(1).AxisText = "Any text, 11 points and bold\11b" |