Class pvc.options.ext.TitlePanelExtensionPoints
Constructor Attributes | Constructor Name and Description |
---|---|
The extension points of the title panel.
|
Field Attributes | Field Name and Description |
---|---|
The extension point of the top-level panel mark.
|
|
The extension point of the title label mark.
|
Class Detail
pvc.options.ext.TitlePanelExtensionPoints
The extension points of the title panel.
Title extension points can also be specified directly at the chart options level.
To use an extension point you must find its full name. If it is the chart's title panel, by joining:
- chart title panel property name: title
- extension property (ex: label)
- the "_" character
- extension sub-property (ex: textStyle)
If it is the title panel of an axis, by joining:
- chart axis panel property name (ex: xAxis)
- axis panel title property name: title
- extension property (ex: label)
- the "_" character
- extension sub-property (ex: textStyle)
Field Detail
The extension point of the top-level panel mark.
This extension point, having no own name, coincides with the property name of the panel. For example, for the chart's title panel: title_fillStyle.
The extension point of the title label mark.