TcxGridChartView.FindDataGroupByID(Integer) Method
Searches for a data group which has a specified identifier.
Declaration
function FindDataGroupByID(AID: Integer): TcxGridChartDataGroup;
Parameters
Name | Type |
---|---|
AID | Integer |
Returns
Type |
---|
TcxGridChartDataGroup |
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 FindDataGroupByFieldName method to locate data groups that are connected to specific dataset fields.
See Also