TdxChartSeriesDBDataBinding.DataSource Property
Specifies a data source for a series.
Declaration
property DataSource: TDataSource read; write;
Property Value
| Type | Description |
|---|---|
| TDataSource | The source of data displayed in bound mode. |
Remarks
Use the DataSource property to bind a series to data when its DataBindingType property is set to 'DB'.
See Also