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.visual.Axis

Class Summary
Constructor Attributes Constructor Name and Description
 
The Axis class represents a dimension of visual representation and contains an actual #scale that encodes business values as visual variables.
Field Summary
Field Attributes Field Name and Description
Identification
 
id
Gets the axis id.
 
Gets the index of the axis among those of its type.
 
Gets the axis type.
Scale
 
Gets the Protovis scale of the axis.
Class Detail
pvc.visual.Axis
The Axis class represents a dimension of visual representation and contains an actual #scale that encodes business values as visual variables.
Field Detail
{string} id
Gets the axis id. A composition of the axis's #type and #index.

{number} index
Gets the index of the axis among those of its type.

This index is 0-based.


{string} type
Gets the axis type.

One of the values:


{pv.Scale} scale
Gets the Protovis scale of the axis.

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