TcxGridChartViewData Class
Provides data from data store as category and series values.
Declaration
TcxGridChartViewData = class(
TcxCustomGridViewData
)
Remarks
The TcxGridChartViewData
class adapts values provided by the data controller for displaying within the View (accessible via the Categories and Values collections) and represents them on screen as category values and series values (accessible via the VisibleCategories and VisibleValues collections, respectively) according to the sorting options applied via the View’s Categories.SortOrder property and the SortOrder property of series and data groups.
The View’s ViewData property allows you to access the properties of the TcxGridChartViewData
class for this View and modify the category values and series values as required for display purposes.
Inheritance
See Also