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

TcxGridChartView.ViewData Property

Provides access to the data in the data store which correspond to the category values and series values.

#Declaration

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

See Also