[]
Configurates ItemFormatter. Sets the itemFormatter client-side function name for axis labels.
public ChartAxisBuilder<T> ItemFormatter(string value)
Public Function ItemFormatter(value As String) As ChartAxisBuilder(Of T)
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| ChartAxisBuilder<T> | Current builder. |