API Reference
Class
ChartJsGaugeV3ValueFormatter
Predefined formatter helpers for gauge value labels.
Inheritance
- Object
- ChartJsGaugeV3ValueFormatter
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property ChartJsGaugeV3ValueLabel.Formatter
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.