TcxGridChartView.FindDiagramByDisplayText(string) Method
In This Article
Searches for a diagram with the specified display text.
#Declaration
Delphi
function FindDiagramByDisplayText(const ADisplayText: string): TcxGridChartDiagram;
#Parameters
Name | Type | Description |
---|---|---|
ADisplay |
string | The required display text string. |
#Returns
Type | Description |
---|---|
Tcx |
Returns the diagram whose Display If the Chart View has no such diagrams, the function returns |
See Also