[]
Configurates Labels. Sets a value indicating whether axis labels are visible.
public ChartAxisBuilder<T> Labels(bool value)
Public Function Labels(value As Boolean) As ChartAxisBuilder(Of T)
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| ChartAxisBuilder<T> | Current builder. |