Skip to main content

TdxChart.VisibleDiagramCount Property

Returns the number of visible diagrams.

Declaration

property VisibleDiagramCount: Integer read;

Property Value

Type Description
Integer

The number of visible diagrams accessible through the VisibleDiagram property.

Remarks

Important

Do not use the VisibleDiagramCount property in your code. To identify the number of visible diagrams in the Chart control, use its VisibleDiagramCount property instead.

See Also