[]
        
(Showing Draft Content)

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

MinX Method

MinX(int?)

Configurates MinX. Sets the minimal x-value.

Declaration
public TrendLineBuilder<T> MinX(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 minimum is calculated automatically from original data range.