Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridChartViewData Class

Provides data from data store as category and series values.

#Declaration

Delphi
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.

See Also