[]
Creates one ChartSeriesBaseBuilder<T, TControl, TBuilder> instance to configurate obj.
public ChartSeriesBaseBuilder(TControl obj)
| Type | Name | Description |
|---|---|---|
| TControl | obj | The ChartSeriesBase<T> object to be configurated. |
Create one ChartSeriesBaseBuilder instance
public ChartSeriesBaseBuilder(TControl obj, FlexChart<T> Owner)
| Type | Name | Description |
|---|---|---|
| TControl | obj | The ChartSeries object. |
| FlexChart<T> | Owner | The chart which owns this series. |