[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ChartAxisBuilder-1.LabelAngle

LabelAngle Method

LabelAngle(int?)

Configurates LabelAngle. Sets the rotation angle of axis labels. The angle is measured in degrees with valid values ranging from -90 to 90.

Declaration
public ChartAxisBuilder<T> LabelAngle(int? value)
Parameters
Type Name Description
int? value

The value.

Returns
Type Description
ChartAxisBuilder<T>

Current builder.