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