Bar graph: Data group
Properties in this group control what data appears in the graph, and whether the data appears in column series or row series form.
Data group properties
The group contains the following properties:
rowSeriesFlag
This property controls how row and column data populate the graph:

If the 
rowSeriesFlag checkbox is selected, one group of bars is shown for each numeric column in your data attachment. Within each group, there is a bar for each row in the data attachment.
If 
xAxisFlag is enabled, each group is labeled with the name of the corresponding numeric column.
By default, each bar within a group has a different color. If 
rowLabelVisFlag is selected, the legend indicates the mapping between each bar’s color and the label-column value of the bar’s corresponding row (see 
labelColumnName). If both 
rowLabelVisFlag and 
rowNameVisFlag are deselected, the legend indicates the mapping between each bar’s color and an integer identifier for the bar’s corresponding row.

If the 
rowSeriesFlag checkbox is not selected, one group of bars is shown for each row in your data attachment. Within each group, there is a bar for each numeric column in the data attachment.
If both 
rowLabelVisFlag and 
xAxisFlag are enabled, each group is labeled with the label-column value for the group’s corresponding row (see 
labelColumnName). If 
rowLabelVisFlag is disabled and 
xAxisFlag is enabled, each group is labeled with an integer identifier for the group’s corresponding row.
By default, each bar within a group has a different color. The legend indicates the mapping between each bar’s color and the name of the bar’s corresponding numeric column.
This property is in the Data property group.
traceValueDivisor
Divides trace values by the number entered.
The default is 1.
This property is in the Data property group.
traceValueTable
Attach your data to the traceValueTable property to add one or more traces to your bar graph. Right-click on the property name in the Object Properties panel, and select a menu item under Attach to Data. The attached data table should have one or more numerical columns. Typically, the data attachment has one non-numerical column, whose values uniquely identify each row (that is, no two rows of the table have the same value for the non-numerical column).
The property 
rowSeriesFlag controls how row and column data populate the graph:

If the 
rowSeriesFlag checkbox is selected, one trace line is shown for each row your data attachment. Within each trace line, there is a mark for each numeric column in the data attachment. The height of a given mark in a given trace line is proportional to the value of the mark’s corresponding numerical column for the trace line’s corresponding row.
By default, each trace line has a different color. If 
rowLabelVisFlag is selected, the legend indicates the mapping between each line’s color and the trace-label-column value of the bar’s corresponding row (see 
traceLabelColumnName).

If the 
rowSeriesFlag checkbox is not selected, one trace line is shown for each numeric column in your data attachment. Within each trace line, there is a mark for each row of the data attachment. The height of a given mark in a given trace line is proportional to the value of the trace line’s corresponding numerical column for the mark’s corresponding row.
By default, each trace line has a different color. The legend indicates the mapping between each trace line’s color and the name of the trace line’s corresponding numeric column.
This property is in the Data property group.
traceYAxisValueMax
When 
traceYAxisFlag is selected, the 
traceYAxisValueMin and 
traceYAxisValueMax properties are used to control the range of the trace y-axis if 
yAxisAutoScaleMode is set to 
Off or 
On-include Min/Max.
This property is in the Data property group.
traceYAxisValueMin
When 
traceYAxisFlag is selected, the 
traceYAxisValueMin and 
traceYAxisValueMax properties are used to control the range of the trace y-axis if 
yAxisAutoScaleMode is set to 
Off or 
On-include Min/Max.
This property is in the Data property group.
valueDivisor
Divides bar and y-axis values by the number entered.
The default is 1.
This property is in the Data property group.
valueTable
Attach your data to the valueTable property. Right-click on the property name in the Object Properties panel, and select a menu item under Attach to Data. The attached data table should have one or more numerical columns. Typically, the data attachment has one non-numerical column, whose values uniquely identify each row (that is, no two rows of the table have the same value for the non-numerical column).
The property 
rowSeriesFlag controls how row and column data populate the graph:

If the 
rowSeriesFlag checkbox is selected, one group of bars is shown for each numeric column in your data attachment. Within each group, there is a bar for each row in the data attachment. The height of a given bar in a given group is proportional to the value of the group’s corresponding numerical column for the bar’s corresponding row.
If 
xAxisFlag is enabled, each group is labeled with the name of the corresponding numeric column.
By default, each bar within a group has a different color. If 
rowLabelVisFlag is selected, the legend indicates the mapping between each bar’s color and the label-column value of the bar’s corresponding row (see 
labelColumnName). If both 
rowLabelVisFlag and 
rowNameVisFlag are deselected, the legend indicates the mapping between each bar’s color and an integer identifier for the bar’s corresponding row.

If the 
rowSeriesFlag checkbox is not selected, one group of bars is shown for each row in your data attachment. Within each group, there is a bar for each numeric column in the data attachment. The height of a given bar in a given group is proportional to the value of the bar’s corresponding numerical column for the group’s corresponding row.
If both 
rowLabelVisFlag and 
xAxisFlag are enabled, each group is labeled with the label-column value for the group’s corresponding row (see 
labelColumnName). If 
rowLabelVisFlag is disabled and 
xAxisFlag is enabled, each group is labeled with an integer identifier for the group’s corresponding row.
By default, each bar within a group has a different color. The legend indicates the mapping between each bar’s color and the name of the bar’s corresponding numeric column.
This property is in the Data property group.
yValueMax
The 
yValueMin and 
yValueMax properties control the range of the y-axis if the 
yAxisAutoScaleMode is set to Off. In addition, if 
yAxisAutoScaleMode is set to 
On - Include Min/Max, the dashboard calculates the smallest y-axis range that includes both 
yValueMin and 
yValueMax as well as all plotted points.
This property is in the Data property group.
yValueMin
The 
yValueMin and 
yValueMax properties control the range of the y-axis if the 
yAxisAutoScaleMode is set to Off. In addition, if 
yAxisAutoScaleMode is set to 
On - Include Min/Max, the dashboard calculates the smallest y-axis range that includes both 
yValueMin and 
yValueMax as well as all plotted points.
This property is in the Data property group.