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.
As default the text will be printed in the same font size as the axis labels (see FontSize), but you can set the font's size and weight independently: add a backslash (\) at the end of the text, followed by a number and/or the char b, if you want to have the text printetd bold.

Example:RMChartX1.AddRegion
RMChartX1.Region(1).AddDataAxis
RMChartX1.Region(1).DataAxis(1).AxisText = "Any text, 11 points and bold\11b"