Returns or sets a value that indicates whether series data is being read from a row or a column in a data grid associated with a chart.
Syntax
object.DataSeriesInRow [ = boolean]
The DataSeriesInRow property syntax has these parts:
Part | Description |
object | An object expression that evaluates to an object in the Applies To list. |
boolean | A Boolean expression that controls how series data is read, as described in Settings. |
Settings
The settings for boolean are:
Setting | Description |
True | Series data is being read from a row in a data grid. |
False | (Default) Series data is being read from a column. |