Back to Devexpress

TcxGridChartViewData Class

vcl-cxgridchartview-4d0c6ab8.md

latest2.1 KB
Original Source

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.

Inheritance

TObject TPersistent TInterfacedPersistent TcxInterfacedPersistent TcxGridViewHandler TcxCustomGridViewData TcxGridChartViewData

See Also

Obtain and Set Values in Chart Views

TcxGridChartViewData Members

cxGridChartView Unit