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


Extends function.

Field Summary
Field Attributes Field Name and Description
 
Any
The "any" value type, specified as null, means that a dimension can hold any type of data.
 
The dimension holds boolean values.
 
The dimension holds date values.
 
The dimension holds number values.
 
The dimension holds object values.
 
The dimension holds string values.
Enumeration Detail
pvc.options.varia.DimensionValueType
The types of values that a dimension can hold.

Note that, whatever the value type of a dimension type, null is always a supported value.

Field Detail
Any
The "any" value type, specified as null, means that a dimension can hold any type of data.

Values of this type are not cast.

Each value may have a different type.

Dimension types of this value type are discrete.

Value:
null

Boolean
The dimension holds boolean values.

Values of this type are cast by using the standard JavaScript Boolean function.

Dimension types of this value type are discrete.

Value:
Boolean

Date
The dimension holds date values.

Values of this type are cast by using the standard JavaScript Date constructor.

Dimension types of this value type can be continuous or discrete.

Value:
Date

Number
The dimension holds number values.

Values of this type are cast by using the standard JavaScript Number function; additionally, resulting NaN values are converted to null.

Dimension types of this value type can be continuous or discrete.

Value:
Number

Object
The dimension holds object values.

Values of this type are cast by using the standard JavaScript Object function.

Dimension types of this value type are discrete.

Value:
Object

String
The dimension holds string values.

Values of this type are cast by using the standard JavaScript String function.

Dimension types of this value type are discrete.

The empty string value is always converted to the null value.

Value:
String

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