Pie 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 whether row or column data populates the graph:
When the
rowSeriesFlag checkbox is not selected, the first numeric column from your data attachment is used to populate the wedges in the pie. Each wedge corresponds to a row in that column and displays that row's relative value.
If the
rowSeriesFlag checkbox is selected, the first row from your data attachment is used to populate the wedges in the pie. Each wedge corresponds to a numerical column in that row and displays that column's relative value. Column names are used in the legend.
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. A typical attachment has either multiple rows, one numeric column, and one non-numeric column, or one row and multiple numeric columns.
The
rowSeriesFlag property controls how row and column data populates the graph:
When the
rowSeriesFlag checkbox is not selected, the first numeric column from your data attachment is used to populate the wedges in the pie. Each wedge corresponds to a row in that column and displays that row's relative value.
If the
rowSeriesFlag checkbox is selected, the first row from your data attachment is used to populate the wedges in the pie. Each wedge corresponds to a numerical column in that row and displays that column's relative value. Column names are used in the legend.
This property is in the Data property group.