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.ext.LegendPanelExtensionPoints

Class Summary
Constructor Attributes Constructor Name and Description
 
The extension points of the legend panel.
Field Summary
Field Attributes Field Name and Description
 
The extension point of the top-most panel mark of the legend panel.
 
dot
The extension point of the dot mark (the marker's shape) of a legend item.
 
The extension point of the label mark of a legend item.
 
The extension point of the legend item marker panel.
 
The extension point of the legend item panel mark.
 
The extension point of the rule mark (the marker's line) of a legend item.
Class Detail
pvc.options.ext.LegendPanelExtensionPoints
The extension points of the legend panel.

Legend extension points can also be specified directly at the chart options level.

To use an extension point you must find its full name, by joining:

  1. panel property name (ex: legend)
  2. extension property (ex: label)
  3. the "_" character
  4. extension sub-property (ex: textStyle)
and obtaining, for the examples, the camel-cased name: legendLabel_textStyle (see http://en.wikipedia.org/wiki/CamelCase).
Field Detail
{pvc.options.marks.PanelExtensionPoint} area
The extension point of the top-most panel mark of the legend panel.

This panel includes the item #panel child mark.


{pvc.options.marks.DotExtensionPoint} dot
The extension point of the dot mark (the marker's shape) of a legend item.

See also #markerPanel.


{pvc.options.marks.LabelExtensionPoint} label
The extension point of the label mark of a legend item.

See also #panel.


{pvc.options.marks.PanelExtensionPoint} markerPanel
The extension point of the legend item marker panel.

The legend item marker panel includes the #dot and the #rule child marks.

See also #panel.


{pvc.options.marks.PanelExtensionPoint} panel
The extension point of the legend item panel mark.

The legend item panel includes the #markerPanel and the #label child marks.


{pvc.options.marks.RuleExtensionPoint} rule
The extension point of the rule mark (the marker's line) of a legend item.

See also #markerPanel.


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