TcxGridChartViewData.GridView Property
Provides access to the Chart View which displays the data.
Declaration
property GridView: TcxGridChartView read;
Property Value
Type |
---|
TcxGridChartView |
Remarks
Use the GridView property to access the Chart View that displays the data associated with the ViewData object. This property provides access to the View items, style sets, etc.
See Also