Back to Devexpress

TcxGridDBChartSeries Class

vcl-cxgriddbchartview-989b7a1e.md

latest2.3 KB
Original Source

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.

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponent TcxGridChartItem TcxGridChartSeries TcxGridDBChartSeries

See Also

Obtain and Set Values in Chart Views

TcxGridDBChartSeries Members

cxGridDBChartView Unit