ComponentOne Chart for WPF and Silverlight
AggregateGroupSelector Delegate


C1.WPF.C1Chart Namespace : AggregateGroupSelector Delegate
X data value
Y data value
Data object associated with data point.
Selects group key for data point.
Syntax
'Declaration
 
Public Delegate Function AggregateGroupSelector( _
   ByVal x As System.Double, _
   ByVal y As System.Double, _
   ByVal dataObject As System.Object _
) As System.Double
'Usage
 
Dim instance As New AggregateGroupSelector(AddressOf HandlerMethod)
public delegate System.double AggregateGroupSelector( 
   System.double x,
   System.double y,
   System.object dataObject
)

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.
See Also

Reference

AggregateGroupSelector Members
C1.WPF.C1Chart Namespace