[]
        
(Showing Draft Content)

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

Pointer Method

Pointer(Action<RangeBuilder>)

Configurates Pointer. Sets the Range used to represent the gauge's current value.

Declaration
public TBuilder Pointer(Action<RangeBuilder> build)
Parameters
Type Name Description
Action<RangeBuilder> build

The builder function.

Returns
Type Description
TBuilder

Current builder.