Skip to main content

TcxGridDBChartItemDataBinding.DataController Property

Provides access to the data controller which manages the data-aware Chart View item’s data.

Declaration

property DataController: TcxGridDBChartDataController read;

Property Value

Type
TcxGridDBChartDataController

Remarks

Use the DataController property to access the object that provides the connection between a bound dataset and the Chart View item which corresponds to the DataBinding object. A data controller object implements the retrieval and posting of data.

See Also