'Declaration
Public Delegate Function AggregateGroupSelector( _ ByVal x As Double, _ ByVal y As Double, _ ByVal dataObject As Object _ ) As Double
'Usage
Dim instance As New AggregateGroupSelector(AddressOf HandlerMethod)
Parameters
- x
- X data value
- y
- Y data value
- dataObject
- Data object associated with data point.
Return Value
Position(group key) on the y-axis for the data point.