Gets the index among the leaf nodes of the associated DataViewHierarchy of this DataViewCategoricalAxis. This, for example, can be used to determine the position on a scale where to render the visual element.
Gets a formatted string that can be used to display this value. This string is built by concatenating the DataViewCategoricalValuePathElement.formattedValue for each element found in the DataViewCategoricalValue.value array.
Optional
separator: stringThe separator used for concatenation. The default separator is " » ".
Gets an array representing the full path of the value in the hierarchy defined by the axis expression. The first element is the top level of the hierarchy and the last element is the leaf level.
Represents a value of a categorical axis for one row in a data view.