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


Extends string.

Field Summary
Field Attributes Field Name and Description
 
Data is linearly interpolated to fill-in null values or missing datums.
 
Null values or missing datums are shown as a visual gap.
 
Data is interpolated using the constant value 0 to fill-in null values or missing datums.
Enumeration Detail
pvc.options.varia.NullInterpolationMode
The mode of interpolation for filling null or missing measure values.

Some chart types show visual elements corresponding to interpolated data points with a different visual style. The automatically generated visual element tooltips indicate that the associated data point is the result of interpolation.

Field Detail
Linear
Data is linearly interpolated to fill-in null values or missing datums.
Value:
'linear'

None
Null values or missing datums are shown as a visual gap.
Value:
'none'

Zero
Data is interpolated using the constant value 0 to fill-in null values or missing datums.
Value:
'zero'

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