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.ext.TitlePanelExtensionPoints

Class Summary
Constructor Attributes Constructor Name and Description
 
The extension points of the title panel.
Field Summary
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:

  1. chart title panel property name: title
  2. extension property (ex: label)
  3. the "_" character
  4. extension sub-property (ex: textStyle)
and obtaining, for the examples, the camel-cased name: titleLabel_textStyle (see http://en.wikipedia.org/wiki/CamelCase).

If it is the title panel of an axis, by joining:

  1. chart axis panel property name (ex: xAxis)
  2. axis panel title property name: title
  3. extension property (ex: label)
  4. the "_" character
  5. extension sub-property (ex: textStyle)
and obtaining, for the examples, the camel-cased name: xAxisTitleLabel_textStyle (see http://en.wikipedia.org/wiki/CamelCase).
Field Detail
{pvc.options.marks.PanelExtensionPoint} _
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.


{pvc.options.marks.LabelExtensionPoint} label
The extension point of the title label mark.

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