Back to Devexpress

TcxGridChartView.AvailableDiagrams Property

vcl-cxgridchartview-dot-tcxgridchartview-03a87be6.md

latest855 B
Original Source

TcxGridChartView.AvailableDiagrams Property

Provides indexed access to all diagrams in the Chart View.

Declaration

delphi
property AvailableDiagrams[Index: Integer]: TcxGridChartDiagram read;

Property Value

TypeDescription
TcxGridChartDiagram

A Chart View diagram.

|

Remarks

Use the AvailableDiagramCount property to obtain the number of diagrams accessible through the AvailableDiagrams property.

See Also

TcxGridChartDiagram.IsAvailable Function

TcxGridChartView Class

TcxGridChartView Members

cxGridChartView Unit