[]
Configurates Title. Sets the title text shown next to the axis.
public ChartAxisBuilder<T> Title(string value)
Public Function Title(value As String) As ChartAxisBuilder(Of T)
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| ChartAxisBuilder<T> | Current builder. |