public class CategoryDataItem extends DataItem
A CategoryDataItem describes a dataset with one or more series and values associated with categories.
The data for these charts will be in the format of:
You can chart multiple categories by specifying unique values for the row keys and column keys. When the data is plotted
in a bar chart, for example, the parameters are used as follows:
Charts and Datasets documentation for more information.
Modifier and Type | Field and Description |
---|---|
BBjString |
ColKey!
The column key of the data item
|
BBjString |
RowKey!
The row key of the data item
|
Number |
Value!
The value of the data item
|
Constructor and Description |
---|
CategoryDataItem(BBjString p_rowKey$,
BBjString p_colKey$,
Number p_value!)
Contructs a CategoryDataItem
|
public BBjString RowKey!
public BBjString ColKey!
public Number Value!
public CategoryDataItem(BBjString p_rowKey$, BBjString p_colKey$, Number p_value!)
p_rowKey$
- The data item's row keyp_colKey$
- The data item's column keyp_value!
- The data item's value