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.VisualRoleLegend

Class Summary
Constructor Attributes Constructor Name and Description
 
The options documentation class of the legend options of a visual role.
Field Summary
Field Attributes Field Name and Description
 
dot
The extension point of the dot mark of a legend item.
 
The extension point of the rule mark of a legend item.
 
Indicates if the data and visual function represented by the visual role can display a legend describing it.
Class Detail
pvc.options.VisualRoleLegend
The options documentation class of the legend options of a visual role.

This class contains normal and extension point properties.

Field Detail
{pvc.options.marks.DotExtensionPoint} dot
The extension point of the dot mark of a legend item.

{pvc.options.marks.RuleExtensionPoint} rule
The extension point of the rule mark of a legend item.

{boolean} visible
Indicates if the data and visual function represented by the visual role can display a legend describing it.

For example, this option allows hiding the color legend for the data of a particular plot and color axis combination. Contrast this option with that of the color axis, axes.DiscreteColorAxis#legendVisible, which totally hides the legend of a color axis.

The items in a legend are visible only if all the following are truett>:

Default Value:
true

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