[]
Defines a builder to configurate FlexChart<T>.
public class FlexChartBuilder<T> : FlexChartCoreBuilder<T, FlexChart<T>, FlexChartBuilder<T>>, IHtmlContent
Name | Description |
---|---|
T |
Name | Description |
---|---|
FlexChartBuilder(FlexChart<T>) | Creates one FlexChartBuilder<T> instance to configurate |
Name | Description |
---|---|
ChartType(ChartType) | Configurates ChartType. Sets the type of chart to create |
Options(Action<ExtraOptionsBuilder>) | Sets the Options property. |
PlotAreas(Action<PlotAreaListFactory<T, FlexChart<T>, PlotArea, PlotAreaBuilder>>) | Set the PlotAreas. |
Rotated(bool) | Configurates Rotated. Sets a value indicating whether to flip the axes so X is vertical and Y horizontal. |
Series(Action<SeriesListFactory<T, FlexChart<T>, ChartSeries<T>, ChartSeriesBuilder<T>, ChartType>>) | Set the FlexChart series. |
Stacking(Stacking) | Sets the Stacking property. |