XYSeries

An XY dataset plots pairs of values as points on the chart. The XY charts have two numeric axes. If the dataset is arranged by column, each row is expected to have three columns. Each row is assumed to represent one data point on the chart, ordered by the series name and domain value. The first column's values contain the name of the series. The second column is numeric, containing the domain value of the data point. The third column is numeric, containing the range value of the data point.

If the dataset is arranged by row, each row is expected to contain all the data points for the series. The first column's values contain the name of the series. It is assumed the other columns in the row consist of a collection of x/y data points (i.e. columns 2, 4, 6 etc. will be domain values, and columns 3, 5, 7 etc will be range values).

Property Description
name A title for this data collector configuration. Typically you will only have one data collector per chart, in which case this property is not particularly useful.
x-value-columns The column that determines the x (domain) axis.
y-value-columns The column that determines the y (range) axis.
series-by-value A static value that you want to use for the series name.
series-by-field Uses the selected column to use for series names. This will cause the value column to be split into series groups.
group-by This provides the name of the group that the chart is appearing in. If the chart contains detailed information, then this is not necessary.
reset-group Specifies a group that will be used to create charts within a sub-group. For example, if charting one chart per region, and the chart is displaying data for departments within a region, the reset-group would be set to the region group, and the chart group would be set to department group.