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