TcxGridChartDataGroup.HasActiveValue Method
In This Article
Determines whether an active value is assigned to the data group.
#Declaration
Delphi
function HasActiveValue: Boolean;
#Returns
Type |
---|
Boolean |
#Remarks
This function returns True when the ActiveValue property is assigned. Otherwise, False is returned.
See Also