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

Class Summary
Constructor Attributes Constructor Name and Description
 
The extension points of the cartesian axis panel.
Field Summary
Field Attributes Field Name and Description
Style
 
The extension point of the grid line rules.
 
The extension point of the tick label mark.
 
The extension point of the axis rule.
Class Detail
pvc.options.ext.CartesianAxisExtensionPoints
The extension points of the cartesian axis panel.

Axes extension points can also be specified directly at the chart options level.

To use an extension point you must find its full name, by joining:

  1. panel property name (ex: xAxis)
  2. extension property (ex: label)
  3. the "_" character
  4. extension sub-property (ex: textStyle)
and obtaining, for the examples, the camel-cased name: xAxisLabel_textStyle (see http://en.wikipedia.org/wiki/CamelCase).
Field Detail
{pvc.options.marks.RuleExtensionPoint} grid
The extension point of the grid line rules.

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

{pvc.options.marks.RuleExtensionPoint} rule
The extension point of the axis rule.

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