Class pvc.options.visualRoles.BulletPlotVisualRoles
Extends
BasicPlotVisualRoles.
Constructor Attributes | Constructor Name and Description |
---|---|
The visual roles options class of the bullet plot type.
|
Field Attributes | Field Name and Description |
---|---|
Visual Roles | |
The
marker visual role is a plot-level visual role that
represents a set of reference or target values for a given
title and sub-title categories,
and is visually encoded by the positions of markers/dots
along the bullet's axis.
|
|
The
range visual role is a plot-level visual role that
represents classification threshold values of the
value visual role.
|
|
The
subTitle visual role is a plot-level visual role that
represents the sub-title of each bullet.
|
|
The
title visual role is a plot-level visual role that
represents the title of each bullet.
|
|
The
value visual role is a plot-level visual role that
represents the main measure under analysis, for a given
title and sub-title categories,
and is visually encoded by the length of a bar visual element.
|
Negative values are considered 0.
Each dimension that is bound to the marker role is represented by a different marker.
The marker visual role automatically binds to all numeric dimensions whose name has the marker prefix.
See pvc.options.VisualRole for more information on supported data types.
The value domain is split into several parts (or classes) at the given points.
Each dimension that is bound to the range role splits the value domain at a certain point.
By default, each part is painted with a successively brighter gray color.
The range visual role automatically binds to all numeric dimensions whose name has the range prefix.
See pvc.options.VisualRole for more information on supported data types.
The subTitle visual role automatically binds to all dimensions whose name has the subTitle prefix.
See pvc.options.VisualRole for more information on supported data types.
The title visual role automatically binds to all dimensions whose name has the title prefix.
See pvc.options.VisualRole for more information on supported data types.
The values, one for each dimension bound to the value role, are represented by overlapping bars, each painted with a successively brighter blue color. The length of each bar is proportional to the corresponding value. Negative values are considered 0.
The value visual role automatically binds to all numeric dimensions whose name has the value prefix.
See pvc.options.VisualRole for more information on supported data types.