ReadDataByRow Property
The ReadDataByRow property returns or sets the read Data in rows state for the plot, axis labels, or grid lines. Returns a Boolean.
Syntax
object.ReadDataByRow
object.ReadDataByRow = ReadDataByRow
Parameter | Type | Description |
ReadDataByRow | Boolean | required; True to read data by rows, False to read data in columns |
Remarks
Setting the ReadDataByRow property to True does not change the name or behavior of existing properties. For example when ReadDataByRow = True, the xCol property specifies the row number for the X data.
Example
This example shows how to set the line/scatter plot to read data in rows.
LinePlot.ReadDataByRow = True
Used by: AutoAxisGrid object, AutoAxisTickLabels object, AutoPieChart object, AutoPlot object, AutoRadarGraph object