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