[]
Configurates LabelAngle. Sets the rotation angle of axis labels. The angle is measured in degrees with valid values ranging from -90 to 90.
public ChartAxisBuilder<T> LabelAngle(int? value)
| Type | Name | Description |
|---|---|---|
| int? | value | The value. |
| Type | Description |
|---|---|
| ChartAxisBuilder<T> | Current builder. |