Model Index

Types By Namespace

cdo

def

pvc

pvc.data

pvc.options

pvc.options.axes

pvc.options.charts

pvc.options.ext

pvc.options.format

pvc.options.marks

pvc.options.panels

pvc.options.plots

pvc.options.varia

pvc.options.visualRoles

pvc.visual

Class pvc.options.plots.BasicPlot

Class Summary
Constructor Attributes Constructor Name and Description
<abstract>  
The common options documentation class of all plots.
Field Summary
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.


Documentation generated by JsDoc Toolkit 2.4.0 on Thu Dec 20 2018 15:47:43 GMT-0000 (WET)