API Reference
Class
ChartJsGaugeV3ValueFormatter
Predefined formatter helpers for gauge value labels.
Inheritance
- Object
- ChartJsGaugeV3ValueFormatter
Constructors
public ChartJsGaugeV3ValueFormatter() #Inherited Methods
Properties
public ChartJsGaugeV3ValueFormatterMode Mode { get; set; } #Determines the formatter template to emit.
public Int32 FixedDecimals { get; set; } #Number of decimals for fixed-decimal mode.
public Int32 PadDigits { get; set; } #Total padding digits for zero-pad mode (defaults to 2).
public String PadCharacter { get; set; } #Padding character used in zero-pad mode.
public ChartJsFunction CustomFunction { get; set; } #Raw JavaScript function for custom mode.