Skip to main content

TcxGridChartView Class

A View that displays data as a chart diagram.

Declaration

TcxGridChartView = class(
    TcxCustomGridView
)

Remarks

This class represents 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.

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:

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:

The TcxGridDBChartView class implements the data-aware Chart View.

See Also