[]
Defines a factory to create PlotArea.
public class PlotAreaListFactory<T, TOwner, PlotArea, PlotAreaBuilder> : BaseBuilder<IList<PlotArea>, PlotAreaListFactory<T, TOwner, PlotArea, PlotAreaBuilder>>
Name | Description |
---|---|
T | Model Type |
TOwner | Chart derived from FlexChartCore |
PlotArea | PlotArea |
PlotAreaBuilder | PlotAreaBuilder |
Name | Description |
---|---|
PlotAreaListFactory(IList<PlotArea>, TOwner) | Initializes a new instance of the PlotAreaListFactory class. |
Name | Description |
---|---|
Add() | Add a default plotArea to the plotarea list. |