[]
        
(Showing Draft Content)

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

Max Method

Max(double?)

Sets the Max property.

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

The value

Returns
Type Description
ChartAxisBuilder<T>

Current builder

Remarks

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

Max(DateTime)

Sets the Max property.

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

The value

Returns
Type Description
ChartAxisBuilder<T>

Current builder

Remarks

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