[]
Configurates LabelAlign. Sets the label alignment.
public ChartAxisBuilder<T> LabelAlign(string value)
Type | Name | Description |
---|---|---|
string | value | The value. |
Type | Description |
---|---|
ChartAxisBuilder<T> | Current builder. |
By default the labels are centered. The supported values are 'left' and 'right' for x-axis and 'top' and 'bottom' for y-axis.