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


Extends CartesianAxisExtensionPoints.

Class Summary
Constructor Attributes Constructor Name and Description
 
The extension points of the cartesian axis panel for continuous scale types.
Field Summary
Field Attributes Field Name and Description
Continuous > Scale
 
The extension point of the axis' scale object (applies to continuous axes).
Continuous > Style
 
The extension point of a minor tick rule mark (applies to continuous axes).
Continuous-Numeric > Style
 
The extension point of the zero line rule (applies to continuous-numeric axes).
Non-Hierarchical > Style
 
The extension point of a discrete, or continuous major, tick rule mark (does not apply to discrete-hierarchical axes).
 
The extension point of the tick panel (does not apply to discrete-hierarchical axes).
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.NumericCartesianAxisExtensionPoints
The extension points of the cartesian axis panel for continuous scale types.

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: zeroLine)
  3. the "_" character
  4. extension sub-property (ex: lineWidth)
and obtaining, for the examples, the camel-cased name: xAxisZeroLine_lineWidth (see http://en.wikipedia.org/wiki/CamelCase).
Field Detail
{pvc.options.marks.QuantitativeScaleExtensionPoint} scale
The extension point of the axis' scale object (applies to continuous axes).

{pvc.options.marks.RuleExtensionPoint} minorTicks
The extension point of a minor tick rule mark (applies to continuous axes).

{pvc.options.marks.RuleExtensionPoint} zeroLine
The extension point of the zero line rule (applies to continuous-numeric axes).

{pvc.options.marks.RuleExtensionPoint} ticks
The extension point of a discrete, or continuous major, tick rule mark (does not apply to discrete-hierarchical axes).

{pvc.options.marks.PanelExtensionPoint} ticksPanel
The extension point of the tick panel (does not apply to discrete-hierarchical axes).

One tick panel contains one tick rule and one label. It can be used to conveniently hide all the elements of a tick simultaneously.


{pvc.options.marks.RuleExtensionPoint} grid
The extension point of the grid line rules.
Borrowed from:
CartesianAxisExtensionPoints

{pvc.options.marks.LabelExtensionPoint} label
The extension point of the tick label mark.
Borrowed from:
CartesianAxisExtensionPoints

{pvc.options.marks.RuleExtensionPoint} rule
The extension point of the axis rule.
Borrowed from:
CartesianAxisExtensionPoints

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