[]
        
(Showing Draft Content)

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

Min Method

Min(double?)

Sets the Min property.

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

The value

Returns
Type Description
ChartAxisBuilder<T>

Current builder

Remarks

Gets or sets the minimum value shown on the axis. If not set, the minimum is calculated automatically.

Min(DateTime)

Sets the Min property.

Declaration
public ChartAxisBuilder<T> Min(DateTime value)
Parameters
Type Name Description
DateTime value

The value

Returns
Type Description
ChartAxisBuilder<T>

Current builder

Remarks

Gets or sets the minimum value shown on the axis. If not set, the minimum is calculated automatically.