Reference to the data set holding this data point.
A unique key value for the data point.
Returns true if the data point is highlighted.
Returns true if the data point is selected. Note that the visual selection state of a data point might depend on the selected state of other data elements.
Returns the caption at the specified column. The column can be specified as an index or a slot name.
Column index or (slot) name.
The tuple caption or formatted value on the specified column, or an empty string if the column is not mapped or the value is missing.
Returns the tuple at the specified column. The column can be specified as an index or a slot name.
Column index or (slot) name.
The tuple on the specified column, or null if the column is not mapped.
Returns the value at the specified column. The column can be specified as an index or a slot name.
Column index or (slot) name.
The value on the specified column, or null if the column is not mapped.
DataPoint objects appear as rows in a data set. Each DataPoint has a reference to a tuple or value in each of the slots of the data set.