[]
        
(Showing Draft Content)

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

MajorUnit Method

MajorUnit(double)

Configurates MajorUnit. Sets the number of units between axis labels.If the axis contains date values, then the units are expressed in days.

Declaration
public ChartAxisBuilder<T> MajorUnit(double value)
Parameters
Type Name Description
double value

The value.

Returns
Type Description
ChartAxisBuilder<T>

Current builder.