[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.BulletGraphBuilder

BulletGraphBuilder Class

Defines a builder to configurate BulletGraph.

Implements
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class BulletGraphBuilder : LinearGaugeBaseBuilder<BulletGraph, BulletGraphBuilder>, IHtmlString

Constructors

Name Description
BulletGraphBuilder(BulletGraph)

Creates one BulletGraphBuilder instance to configurate component.

Methods

Name Description
Bad(double)

Configurates Bad. Sets a reference value considered bad for the measure.

Good(double)

Configurates Good.

Target(double)

Configurates Target. Sets the target value for the measure.

Extension Methods