Skip to main content

TcxGridChartViewData Class

Provides data from data store as category values and series values.

Declaration

TcxGridChartViewData = class(
    TcxCustomGridViewData
)

Remarks

This class is a bridge between the data controller and the Chart View’s data representation. This 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.

See Also