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.DockedPanel


Extends Panel.

Class Summary
Constructor Attributes Constructor Name and Description
<abstract>  
The common options documentation class of CCC docked panels.
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.
Style
 
The font of the panel.
Class Detail
<abstract> pvc.options.panels.DockedPanel
The common options documentation class of CCC docked panels.
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.


{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

{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

{pvc.options.varia.PanelPosition} position
The docking position of the panel.

{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

{string} font
The font of the panel.

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


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