TcxGridChartView.FindDataGroupByID(Integer) Method
In This Article
Searches for a data group which has a specified identifier.
#Declaration
Delphi
function FindDataGroupByID(AID: Integer): TcxGridChartDataGroup;
#Parameters
Name | Type |
---|---|
AID | Integer |
#Returns
Type |
---|
Tcx |
#Remarks
This function returns a data group whose ID property value equals the AID parameter value. If no data group is found, nil is returned.
Note
A data-aware Chart View includes a Find
See Also