DataInGroups Property
The DataInGroups property returns or sets the read Data in groups state for a box plot.
Syntax
object.DataInGroups
object.DataInGroups = DataInGroups
Parameter | Type | Description |
DataInGroups | Boolean | required; True to group data by category, False to only use variable data |
Remarks
Setting the DataInGroups property to True adds a Category Column to the box plot. By default, the first column of data will be assigned as the Category Column. Use the CategoryCol property to change this setting.
Example
This example shows how to set a box plot to group data by category.
Box_WhiskerPlot_obj.DataInGroups = True
Used by: AutoBoxPlot