Class pvc.options.plots.BasicPlot
Constructor Attributes | Constructor Name and Description |
---|---|
<abstract> |
The common options documentation class of all plots.
|
Field Attributes | Field Name and Description |
---|---|
Visual Roles | |
The plot's visual roles map.
|
Class Detail
<abstract>
pvc.options.plots.BasicPlot
The common options documentation class of all plots.
Field Detail
{map(string : pvc.options.VisualRole)|pvc.options.visualRoles.BasicPlotVisualRoles}
visualRoles
The plot's visual roles map.
Can be used, in code, to configure the visual roles of the plot.
If this is the main plot of a chart, its visual roles can also be configured directly at the chart level, either in the direct visual roles properties - named after the visual role's name followed by the word Role - or, in code, in the chart's visual roles map, pvc.options.charts.BasicChart#visualRoles.
The visual role name is the map's key, and the value, its options.