Skip to main content

TcxGridDBChartDataController.GridView Property

Provides access to the data-aware Chart View whose data is managed by the data controller.

Declaration

property GridView: TcxGridDBChartView read;

Property Value

Type
TcxGridDBChartView

Remarks

Use the GridView property to access the data-aware Chart View whose data is managed by the data controller. This property provides access to the View items, style sets, etc.

See Also