Class pvc.options.ext.LegendPanelExtensionPoints
Constructor Attributes | Constructor Name and Description |
---|---|
The extension points of the legend panel.
|
Field Attributes | Field Name and Description |
---|---|
The extension point of the top-most panel mark of the legend panel.
|
|
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:
- panel property name (ex: legend)
- extension property (ex: label)
- the "_" character
- extension sub-property (ex: textStyle)
Field Detail
The extension point of the top-most panel mark of the legend panel.
This panel includes the item #panel child mark.
The extension point of the dot mark (the marker's shape) of a legend item.
See also #markerPanel.
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.
The extension point of the legend
item panel mark.
The legend item panel includes the #markerPanel and the #label child marks.
The extension point of the rule mark (the marker's line) of a legend item.
See also #markerPanel.