[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.TrendLineBuilder-1.MaxX

MaxX Method

MaxX(int?)

Configurates MaxX. Sets the maximal x-value.

Declaration
public TrendLineBuilder<T> MaxX(int? value)
Parameters
Type Name Description
int? value

The value.

Returns
Type Description
TrendLineBuilder<T>

Current builder.

Remarks

The default value is null and the maximum is calculated automatically from original data range.