[]
        
(Showing Draft Content)

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

LabelAlign Method

LabelAlign(string)

Configurates LabelAlign. Sets the label alignment.

Declaration
public ChartAxisBuilder<T> LabelAlign(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
ChartAxisBuilder<T>

Current builder.

Remarks

By default the labels are centered. The supported values are 'left' and 'right' for x-axis and 'top' and 'bottom' for y-axis.