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

Enumeration pvc.options.varia.AxisDomainScope


Extends string.

Field Summary
Field Attributes Field Name and Description
 
No scale domain coordination.
 
The axes of same id of small charts of each column will use the same scale domain.
 
The axes of same id of all the small charts use the same scale domain.
 
Row
The axes of same id of small charts of each row will use the same scale domain.
 
The axes of same id of small charts of each row or column will use the same scale domain.
Enumeration Detail
pvc.options.varia.AxisDomainScope
The type of scale domain coordination amongst axes of the same id of small charts.
Field Detail
Cell
No scale domain coordination.
Value:
'cell'

Column
The axes of same id of small charts of each column will use the same scale domain.
Value:
'column'

Global
The axes of same id of all the small charts use the same scale domain.
Value:
'global'

Row
The axes of same id of small charts of each row will use the same scale domain.
Value:
'row'

Section
The axes of same id of small charts of each row or column will use the same scale domain.

The determination of whether section applies to rows or columns is performed according to a reference orientation.

In the case of cartesian axes, the reference orientation is the axis' orientation.

If the reference orientation is horizontal, then section applies to columns. Otherwise it applies to rows.

Value:
'section'

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