public class KeyedValueDataItem extends DataItem
A KeyedValueDataItem describes a dataset item comprising of a key and value.
The data for these charts will be in the format of:
Charts and Datasets documentation for more information.
Modifier and Type | Field and Description |
---|---|
BBjString |
Key!
The key of the data item
|
Number |
Value!
The value of the data item
|
Constructor and Description |
---|
KeyedValueDataItem(BBjString p_key$,
Number p_value!)
Contructs a KeyedValueDataItem
|
public BBjString Key!
public Number Value!
public KeyedValueDataItem(BBjString p_key$, Number p_value!)
p_rowKey$
- The data item's keyp_value!
- The data item's value