[]
Define a factory to create different series.
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>
Name | Description |
---|---|
T | Model Type |
TOwner | Chart derived from FlexChartCore |
TSeries | ChartSeries derived from ChartSeriesBase |
TSeriesBuilder | ChartSeriesBuilder |
TChartType | ChartType |
Name | Description |
---|---|
SeriesListFactory(IList<ChartSeriesBase<T>>, TOwner) | Initializes a new instance of the SeriesListFactory class. |
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. |