Create(TdxChartCustomSeries) Constructor
Initializes a new instance of the TdxChartSeriesPoints class with specified settings.
Declaration
constructor Create(AOwner: TdxChartCustomSeries); virtual;
Parameters
| Name | Type | Description |
|---|---|---|
| AOwner | TdxChartCustomSeries | The parent series. |
Remarks
Warning
Do not call this constructor in your code. A series automatically creates its collection of points.
See Also