Chart for WinRT
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
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.Xaml.Chart Namespace

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback