[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.GaugeBuilder-2.Origin

Origin Method

Origin(double?)

Configurates Origin. Sets the starting point used for painting the range.

Declaration
public TBuilder Origin(double? value)
Parameters
Type Name Description
double? value

The value.

Returns
Type Description
TBuilder

Current builder.

Remarks

By default, this property is set to null, which causes the value range to start at the gauge's minimum value, or zero if the minimum is less than zero.