Class pvc.options.panels.ChartTitlePanel
Extends
TitlePanel.
Constructor Attributes | Constructor Name and Description |
---|---|
The options documentation class of the chart title panel.
|
Field Attributes | Field Name and Description |
---|---|
Layout | |
The alignment side of the panel (the source)
that will align to a side of the parent panel (the target).
|
|
The margins of the panel.
|
|
The paddings of the panel.
|
|
The docking position of the panel.
|
|
The fixed size of the panel, in pixel units or as a percentage.
|
|
The maximum size of the panel, in pixel units or as a percentage.
|
|
Indicates if the title panel is visible.
|
|
Style | |
The extension points of the title panel.
|
|
The font of the panel.
|
The alignment side must be orthogonal to the docking side.
The default value is 'middle', if DockedPanel#position is an horizontal side, and 'center', otherwise.
- Borrowed from:
- DockedPanel
See pvc.options.varia.Sides for information about the different supported data types.
- Default Value:
- 0
- Borrowed from:
- DockedPanel
See pvc.options.varia.Sides for information about the different supported data types.
- Default Value:
- 0
- Borrowed from:
- DockedPanel
- Default Value:
- 'top'
See pvc.options.varia.Size for information about the different supported data types.
- Borrowed from:
- Panel
See pvc.options.varia.Size for information about the different supported data types.
- Borrowed from:
- Panel
The default value is true, if the title property is non-empty, and false, otherwise.
- Borrowed from:
- TitlePanel
- Borrowed from:
- TitlePanel
See the supported font format in http://www.w3.org/TR/CSS2/fonts.html#font-shorthand
- Default Value:
- '14px sans-serif'