CircularGaugeTooltipBuilder.Format Method
Name | Parameters | Description |
---|---|---|
Format(Format) | value | Formats a value before it is displayed it in a tooltip. Mirrors the client-side format option. |
Format(JS) | value | Formats a value before it is displayed it in a tooltip. Mirrors the client-side format option. |
Format(Action<FormatBuilder>) | configurator | Formats a value before it is displayed it in a tooltip. Mirrors the client-side format object. |
Format(String) | value | Formats a value before it is displayed it in a tooltip. Mirrors the client-side format option. |