| control.Region(n).AddDataAxis | ||
| Purpose | Add a data axis to a region of a chart. | |
| Parameter | - | |
| Return value | - | |
| Remarks | You need a data axis, when you want to add a grid-based series to
a region, see Basic concepts for more explanations. After adding a data axis object to a region you have
accsess to it for setting all needed properties which belong to data axis objects. Each region can have one or two
data axes, therefore you must pass an Index when you want to get access to a previously added data axis. | |
| Example | RMChartX1.AddRegion RMChartX1.Region(1).AddDataAxis RMChartX1.Region(1).DataAxis(1).SetProperties ... | |