Class pvc.options.visualRoles.BasicChartVisualRoles
Extends
VisualRoles.
Constructor Attributes | Constructor Name and Description |
---|---|
The chart visual roles options base class.
|
Field Attributes | Field Name and Description |
---|---|
Chart > Visual Roles | |
The
dataPart visual role is a chart-level visual role that
allows partitioning of the data into several datum subsets.
|
Class Detail
pvc.options.visualRoles.BasicChartVisualRoles
The chart visual roles options base class.
Field Detail
{string|pvc.options.VisualRole}
dataPart
The
dataPart visual role is a chart-level visual role that
allows partitioning of the data into several datum subsets.
Plots may then specify the data part value which they represent.
The dataPart visual role can be bound to a single dimension that is, or is turned into, discrete.
The dataPart visual role automatically binds to a dimension whose name has the dataPart prefix.
See pvc.options.VisualRole for more information on supported data types.
See pvc.options.plots.Plot#dataPart for more information on default values used by different plots.