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.panels.TitlePanel


Extends DockedPanel.

Class Summary
Constructor Attributes Constructor Name and Description
<abstract>  
The options documentation class of the title panel.
Field Summary
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.
Class Detail
<abstract> pvc.options.panels.TitlePanel
The options documentation class of the title panel.
Field Detail
{pvc.options.varia.PanelAlignmentSource} align
The alignment side of the panel (the source) that will align to a side of the parent panel (the target).

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

{number|string|pvc.options.varia.Sides} margins
The margins of the panel.

See pvc.options.varia.Sides for information about the different supported data types.

Default Value:
0
Borrowed from:
DockedPanel

{number|string|pvc.options.varia.Sides} paddings
The paddings of the panel.

See pvc.options.varia.Sides for information about the different supported data types.

Default Value:
0
Borrowed from:
DockedPanel

{pvc.options.varia.PanelPosition} position
The docking position of the panel.
Borrowed from:
DockedPanel

{number|string|pvc.options.varia.Size} size
The fixed size of the panel, in pixel units or as a percentage.

See pvc.options.varia.Size for information about the different supported data types.

Borrowed from:
Panel

{number|string|pvc.options.varia.Size} sizeMax
The maximum size of the panel, in pixel units or as a percentage.

See pvc.options.varia.Size for information about the different supported data types.

Borrowed from:
Panel

{boolean} visible
Indicates if the title panel is visible.

The default value is true, if the title property is non-empty, and false, otherwise.


{pvc.options.ext.TitlePanelExtensionPoints} extensionPoints
The extension points of the title panel.

{string} font
The font of the panel.

See the supported font format in http://www.w3.org/TR/CSS2/fonts.html#font-shorthand

Borrowed from:
DockedPanel

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