[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ErrorBarBuilder-1

ErrorBarBuilder<T> Class

Defines a builder to configurate ErrorBar<T>.

Inheritance
HideObjectMembers
ErrorBarBuilder<T>
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class ErrorBarBuilder<T> : ExtraSeriesBuilder<T, ErrorBar<T>, ErrorBarBuilder<T>>
Type Parameters
Name Description
T

Constructors

Name Description
ErrorBarBuilder(ErrorBar<T>)

Creates one ErrorBarBuilder<T> instance to configurate obj.

Methods

Name Description
Direction(ErrorBarDirection)

Configurates Direction. Sets a value that specifies the direction of the series.

EndStyle(ErrorBarEndStyle)

Configurates EndStyle. Sets a value that specifies the end style of the series.

ErrorAmount(ErrorAmount)

Configurates ErrorAmount. Sets a value that specifies the error amount of the series.

ErrorBarStyle(Action<SVGStyleBuilder>)

Configurates ErrorBarStyle. Sets the ErrorBar style.

Value(object)

Configurates Value. Sets a value that specifies the error value of the series. This property should be work with ErrorAmount property. If ErrorAmount is ErrorAmount.FixedValue, the Value property is a fixed number value. If ErrorAmount is ErrorAmount.Percentage, the Value property is a percentage number value between 0 and 1. If errorAmount is ErrorAmount.Custom, the Value property is an object of minus/plus value or an array of minus/plus value. If ErrorAmount is ErrorAmount.StandardDeviation, the Value property is a percentage number of calculated standard deviation value.