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