[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.FlexChartBuilder-1

FlexChartBuilder<T> Class

Defines a builder to configurate FlexChart<T>.

Implements
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public class FlexChartBuilder<T> : FlexChartCoreBuilder<T, FlexChart<T>, FlexChartBuilder<T>>, IHtmlContent
Type Parameters
Name Description
T

Constructors

Name Description
FlexChartBuilder(FlexChart<T>)

Creates one FlexChartBuilder<T> instance to configurate component.

Methods

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.

Extension Methods