[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ExtraOptionsBuilder

ExtraOptionsBuilder Class

Defines a builder to configurate ExtraOptions.

Inheritance
HideObjectMembers
ExtraOptionsBuilder
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class ExtraOptionsBuilder : BaseBuilder<ExtraOptions, ExtraOptionsBuilder>

Constructors

Name Description
ExtraOptionsBuilder(ExtraOptions)

Creates one ExtraOptionsBuilder instance to configurate obj.

Methods

Name Description
BubbleMaxSize(int)

Configurates BubbleMaxSize. Specifies the maximum size (pixels) of symbols in the Bubble chart.

BubbleMinSize(int)

Configurates BubbleMinSize. Specifies the minimum size (pixels) of symbols in the Bubble chart.

Funnel(Action<FunnelOptionsBuilder>)

Configurates Funnel. Sets Funnel options. The following options are supported : NeckWidth, NeckHeight, Type.

GroupWidth(string)

Configurates GroupWidth. Specifies the group width for Column charts, or the group height for Bar charts.The group width can be specified in pixels or percent of available space.

Step(Action<StepOptionsBuilder>)

Configurates Step. Sets Step options.