Wijmo UI for the Web
format Field
wijmo.gauge Namespace > gauge_label Interface : format Field

A value that indicates the globalized format to use for the labels.

Syntax
var instance; // Type: wijmo.gauge.gauge_label;
var value; // Type: string
value = instance.format;
var format : string;
Remarks
For more information on using jQuery globalize with Wijmo Note: If the value is a function rather than a string, the function formats the value and returns it to the gauge.
See Also

Reference

gauge_label Interface