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

TcxGridDBChartSeries Class

A series in a data-aware Chart View.

#Declaration

Delphi
TcxGridDBChartSeries = class(
    TcxGridChartSeries
)

#Remarks

Series and data groups correspond to chart items in Chart Views. Data groups are used to create a hierarchy of data levels which determine the categories into which series values are grouped/aggregated, and provide the drill-down functionality. Series values are used to display data in the chart. Series values are grouped into categories to display data at a particular level of detail.

Compared with data groups, the default categories provide a simple classification of series values without aggregation. In terms of databases, the default category stands for a data column which uniquely identifies and refers to the values (series values) within a data record.

Each series in data-aware Chart Views is an instance of the TcxGridDBChartSeries class. This class provides the same abilities as its ancestor class and also allows you to bind a series to a specific data field in a dataset via the DataBinding.FieldName property of the DataBinding object.

To access all series created in a data-aware Chart View, use the View’s Series collection.

See Also