Back to Devexpress

TdxChartDiagramClass Type

vcl-dxchartcore-f8e767a5.md

latest1.2 KB
Original Source

TdxChartDiagramClass Type

A reference to a diagram class.

Declaration

delphi
TdxChartDiagramClass = class of TdxChartCustomDiagram;

Referenced Class

TypeDescription
TdxChartCustomDiagram

The base class for all diagram classes.

|

Remarks

You can use the TdxChartDiagramClass type to refer to the following TdxChartCustomDiagram class descendants:

TdxChartSimpleDiagramA simple diagram in the Chart control.TdxChartXYDiagramAn XY diagram in the Chart control.

Direct TdxChartDiagramClass Type Reference

The ADiagramClass parameter of the TdxCustomChartControl.AddDiagram function accepts a TdxChartDiagramClass value.

See Also

TdxChartSeriesClass Type

TdxChartSeriesViewClass Type

dxChartCore Unit