TcxGridChartView.ViewData Property
Provides access to the data in the data store which correspond to the category values and series values.
Declaration
property ViewData: TcxGridChartViewData read;
Property Value
Type |
---|
TcxGridChartViewData |
Remarks
Use the ViewData property to access the data which is adapted from the data controller for displaying within the View and is represented by the category values and series values via the Categories and Values collections, respectively. The position (index) of these values depends upon the order in which they are stored within the data controller (this in turn depends upon the sorting options applied via the View’s Categories.SortOrder property and the SortOrder properties of series).
Use the ViewData property to access the properties of the TcxGridChartViewData class for the View and modify the category values and series values as your needs dictate.