[]
Defines a builder to configurate ExtraOptions.
public class ExtraOptionsBuilder : BaseBuilder<ExtraOptions, ExtraOptionsBuilder>
Name | Description |
---|---|
ExtraOptionsBuilder(ExtraOptions) | Creates one ExtraOptionsBuilder instance to configurate |
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. |