Class pvc.options.visualRoles.CartesianPlotVisualRoles
Extends
BasicPlotVisualRoles.
Constructor Attributes | Constructor Name and Description |
---|---|
The visual roles options class of cartesian plot types.
|
Field Attributes | Field Name and Description |
---|---|
Visual Roles | |
The
color visual role is a plot-level visual role that
is visually encoded by the color of visual elements.
|
|
The
series visual role is a plot-level visual role that represents a
series of connected data points.
|
The color visual role automatically binds to every dimension whose name has the color prefix or, if none exists, the dimensions of the "series" visual role.
The color visual role is discrete.
See pvc.options.VisualRole for more information on supported data types.
Most cartesian charts represent graphically the connectedness of data points of a given series in some way, by connecting points with a line, by giving them all the same color, or, simply, by the order in which they are drawn, and when overlapped, some stay on top of others.
The series visual role automatically binds to every dimension whose name has the series prefix.
The visual role itself is optional, yet, when unbound, a dimension with a "series" prefix is automatically created for it, and all datums will have the value null in that dimension.
See pvc.options.VisualRole for more information on supported data types.