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.format.NumberFormat

Class Summary
Constructor Attributes Constructor Name and Description
 
The options documentation of the number format.
Field Summary
Field Attributes Field Name and Description
 
The formatting mask.
 
The number format style to use.
Class Detail
pvc.options.format.NumberFormat
The options documentation of the number format.

A number format formats numbers by using a formatting mask. The mask syntax is mostly compatible with VB's format() function mask syntax. See http://apostate.com/programming/vb-format-syntax.html for more information on the mask syntax (only the number related subset is relevant).

See FormatProvider for more information on inheritance of formatting configurations.

Field Detail
{string} mask
The formatting mask.
Default Value:
''

{string|pvc.options.format.NumberFormatStyle} style
The number format style to use.

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