[]
        
(Showing Draft Content)

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

LogBase Method

LogBase(double?)

Configurates LogBase. Sets the logarithmic base of the axis.

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

The value.

Returns
Type Description
ChartAxisBuilder<T>

Current builder.

Remarks

If the base is not specified the axis uses the normal scale.