control.Region(n).DataAxis(n).LineStyle

Type:Long (AxisLineStyle constant)
Purpose:Sets the style for the lines of the data axis.
Default:

Solid (RMC_LINESTYLESOLID)

Accessible:Runtime
Remarks:

-

Example:RMChartX1.AddRegion
RMChartX1.Region(1).AddDataAxis
' to prevent lines for the data axis set the following style:
RMChartX1.Region(1).DataAxis(1).LineStyle = RMC_LINESTYLENONE