nChartRow property: ChartClientState class
Description
Use this property to specify an Integer representing the row number for the chart.
This property is read/write.
Example
import PTCHART:ChartClientState;
Local PTCHART:ChartClientState &chartState = create PTCHART:ChartClientState("QE_CHARTPROPWRK", "QE_CHART_FIELD");
&chartState.nChartRow = 1;