Gets a DataViewCategoricalValue representing the value of the axis with the specified axisName
.
This method will throw an error if there is no categorical axis by that name.
Use DataView.categoricalAxis to check the current existence of a categorical value.
The name of the axis to get the value for.
Gets the DataViewColorInfo for the row, if a color axis is defined in the mod manifest. The underlying data value can be retrieved by using DataViewRow.categorical("Color") or DataViewRow.continuous("Color"), depending on the mode of the color axis.
Gets a DataViewContinuousValue representing the value of the axis with the specified axisName
.
This method will throw an error if there is no continuous axis by that name.
Use DataView.continuousAxis to check the current existence of a continuous value.
The name of the axis to get the value for.
Performs the specified marking operation in the current marking.
Note All mark operations within one Mod.transaction must have the same MarkingOperation.
See DataView.mark for more details.
Optional
operation: MarkingOperationOptional MarkingOperation. Default value is Replace
.
Represents a row of data in a DataView. Each row can be thought of as a data point that the mod visualization renders.