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


Extends TitlePanel.

Class Summary
Constructor Attributes Constructor Name and Description
 
The options documentation class of the cartesian axes 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.
<constant>  
The paddings of the panel.
<constant>  
The position of the title panel is the same as that of its cartesian axis.
 
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
pvc.options.panels.CartesianAxisTitlePanel
The options documentation class of the cartesian axes 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

<constant> {string} paddings
The paddings of the panel. Not supported.

<constant> {pvc.options.varia.PanelPosition} position
The position of the title panel is the same as that of its cartesian axis.

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

Borrowed from:
TitlePanel

{pvc.options.ext.TitlePanelExtensionPoints} extensionPoints
The extension points of the title panel.
Borrowed from:
TitlePanel

{string} font
The font of the panel.

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

Default Value:
'12px sans-serif'

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