Back to Devexpress

TdxCustomChartControl.DiagramCount Property

vcl-dxchartcontrol-dot-tdxcustomchartcontrol-a1d7b046.md

latest1.1 KB
Original Source

TdxCustomChartControl.DiagramCount Property

Returns the total diagram count in the Chart control.

Declaration

delphi
property DiagramCount: Integer read;

Property Value

TypeDescription
Integer

The number of diagrams accessible through the Diagrams property.

|

Remarks

Call the AddDiagram function to create diagrams. To delete a diagram, release it directly in code (call the Free procedure in Delphi or use the delete keyword in C++Builder).

See Also

TdxCustomChartControl.VisibleDiagramCount Property

TdxCustomChartControl Class

TdxCustomChartControl Members

dxChartControl Unit