Numerics
Overview
NumericValues represent all the different values of the measure chips used in the drop zones used to draw the visualization for a given data point. In Custom Visuals, each data point includes a composite of multiple values used to show different graphical capabilities (like the text value, color value, size value etc.).
- From version: 2020.20
Properties
additionalValues
additionalValues: Value[]
The datapoint's numeric values as defined in the "AdditionalValues" drop zone. If no value chip was added to the drop zone it returns an empty array;
color
color: Value[]
The datapoint's numeric values as defined in the "Color" drop zone. If no value chip was added to the drop zone it returns an empty array;
indicator
indicator: Value[]
The datapoint's numeric values as defined in the "Indicator" drop zone. If no value chip was added to the drop zone it returns an empty array;
labels
labels: Value[]
The datapoint's numeric values as defined in the "Labels" drop zone. If no value chip was added to the drop zone it returns an empty array;
shape
shape: Value[]
The datapoint's numeric values as defined in the "Shape" drop zone. If no value chip was added to the drop zone it returns an empty array;
size
size: Value[]
The datapoint's numeric values as defined in the "Size" drop zone. If no value chip was added to the drop zone it returns an empty array;
tooltip
tooltip: Value[]
The datapoint's numeric values as defined in the "Tooltip" drop zone. If no value chip was added to the drop zone it returns an empty array;
value
value: Value
The datapoint's numeric value as defined in the "Values" drop zone. If no value chip was added to the drop zone it returns undefined;
xAxis
xAxis: Value
The datapoint's numeric value as defined in the "XAxis" drop zone. If no value chip was added to the drop zone it returns undefined;
yAxis
yAxis: Value
The datapoint's numeric value as defined in the "YAxis" drop zone. If no value chip was added to the drop zone it returns undefined;