[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.SeriesListFactory-5

SeriesListFactory<T, TOwner, TSeries, TSeriesBuilder, TChartType> Class

Define a factory to create different series.

Inheritance
HideObjectMembers
BaseBuilder<IList<ChartSeriesBase<T>>, SeriesListFactory<T, TOwner, TSeries, TSeriesBuilder, TChartType>>
SeriesListBaseFactory<T, TOwner, TSeries, TSeriesBuilder, TChartType>
SeriesListFactory<T, TOwner, TSeries, TSeriesBuilder, TChartType>
Namespace: C1.Web.Mvc.Fluent
Assembly: C1.AspNetCore.Mvc.dll
Syntax
public class SeriesListFactory<T, TOwner, TSeries, TSeriesBuilder, TChartType> : SeriesListBaseFactory<T, TOwner, TSeries, TSeriesBuilder, TChartType> where TOwner : FlexChartCore<T> where TSeries : ChartSeriesBase<T> where TSeriesBuilder : ChartSeriesBaseBuilder<T, TSeries, TSeriesBuilder>
Type Parameters
Name Description
T

Model Type

TOwner

Chart derived from FlexChartCore

TSeries

ChartSeries derived from ChartSeriesBase

TSeriesBuilder

ChartSeriesBuilder

TChartType

ChartType

Constructors

Name Description
SeriesListFactory(IList<ChartSeriesBase<T>>, TOwner)

Initializes a new instance of the SeriesListFactory class.

Methods

Name Description
AddBoxWhisker()

Add a BoxWhisker Series to the series list.

AddBoxWhisker(string)

Add a BoxWhisker Series to the series list.

AddBreakEven()

Add an BreakEven Series to the series list.

AddBreakEven(string)

Add an BreakEven Series to the series list.

AddErrorBar()

Add an ErrorBar Series to the series list.

AddErrorBar(string)

Add an ErrorBar Series to the series list.

AddMovingAverage()

Add a MovingAverage Series to the series list.

AddMovingAverage(string)

Add a MovingAverage Series to the series list.

AddParametricFunctionSeries()

Add a ParametricFunction Series to the series list.

AddParametricFunctionSeries(string)

Add a ParametricFunction Series to the series list.

AddTrendLine()

Add a TrendLine Series to the series list.

AddTrendLine(string)

Add a TrendLine Series to the series list.

AddWaterfall()

Add a Waterfall Series to the series list.

AddWaterfall(string)

Add a Waterfall Series to the series list.

AddYFunctionSeries()

Add a YFunction Series to the series list.

AddYFunctionSeries(string)

Add a YFunction Series to the series list.