[]
Configurates ItemFormatter. Sets the name of the item formatter function that allows you to customize the appearance of data points.
public virtual TBuilder ItemFormatter(string value)
Public Overridable Function ItemFormatter(value As String) As TBuilder
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| TBuilder | Current builder. |