Back to Devexpress

TcxGridChartView Class

vcl-cxgridchartview.md

latest4.8 KB
Original Source

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.

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:

Inheritance

TObject TPersistent TComponent TcxCustomComponent TcxComponent TcxControlChildComponent TcxCustomGridView TcxGridChartView

See Also

TcxGridDBChartView Class

TcxGridChartView Members

cxGridChartView Unit