| Click here to show toolbars of the Web Online Help System: show toolbars |
| XY Chart NET 3 Control Reference > Properties > Row Property |
Use this property along with the Column and Data properties to return/set a data point value for a specific Profile. Row indicates which data sample is to be returned/set for the Profile.
| [Visual Basic] Property Row() As Integer |
| [C#] int XYChartNETCtl.Row |
| [C++] property int XYChartNet::XYChartNETCtl::Row |
|
For Lite versions, the maximum number of samples each profile can store is 10,000. |
|
An error is generated when reading/writing the Data value if the Row value is not valid for the specified profile. |