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 Class

A grid Chart View.

#Declaration

Delphi
TcxGridChartView = class(
    TcxCustomGridView
)

#Remarks

This class implements an unbound Chart View and provides the ability to visualize data using the following chart diagrams: bar, column, line, area, and pie diagrams. A Chart View displays a single diagram at a time.

VCL Data Grid: A Chart View Example

Series, data groups, and the default categories are called chart items. These items provide data to be displayed in Chart Views.

Chart Views can optionally display a chart toolbox, a specially designed tools panel that provides:

  • End-user diagram appearance customization (diagram selector and chart customization button);

  • An interactive data mining mechanism (the data level navigator).

In addition to the settings inherited from the base TcxCustomGridView class, the TcxGridChartView class introduces properties that control the following Chart View attributes, items, and visual elements:

See Also