control.Region(n).AddLabelAxis

PurposeAdd a label axis to a region of a chart.
Parameter-
Return value-
Remarks

You need a label axis, when you want to add a grid-based series to a region, see Basic concepts for more explanations. After adding a label axis object to a region you have accsess to it for setting all needed properties which belong to label axis objects. Each region can have one or two label axes. Because the optional second label axis has no own properties it is not necessary to acces a previously added label axis object via an Index (like with Data axes).

ExampleRMChartX1.AddRegion
RMChartX1.Region(1).AddLabelAxis
RMChartX1.Region(1).LabelAxis.SetProperties ...