[]
        
(Showing Draft Content)

C1.WPF.C1Chart.AggregateGroupSelector

AggregateGroupSelector Delegate

Selects group key for data point.

Namespace: C1.WPF.C1Chart
Assembly: C1.WPF.C1Chart.4.6.2.dll
Syntax
public delegate double AggregateGroupSelector(double x, double y, object dataObject)
Parameters
Type Name Description
double x

X data value

double y

Y data value

object dataObject

Data object associated with data point.

Returns
Type Description
double

Position(group key) on the y-axis for the data point.

Constructors

Name Description
AggregateGroupSelector(object, IntPtr)

Methods

Name Description
BeginInvoke(double, double, object, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(double, double, object)