Skip to main content

TcxGridChartView Class

A grid Chart View.

Declaration

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