DataPointComparer.Compare Method (DataPoint, DataPoint)
.NET Framework (current version)
Compares two data points.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
Parameters
- x
-
Type:
System.Web.UI.DataVisualization.Charting.DataPoint
First data point.
- y
-
Type:
System.Web.UI.DataVisualization.Charting.DataPoint
Second data point.
Return Value
Type: System.Int32An integer value. Returns zero (0) if the two values are equal. Returns a positive integer if the value of x is greater than the value of y; otherwise, returns a negative integer.
Implements
IComparer(Of T).Compare(T, T)
.NET Framework
Available since 4.0
Available since 4.0
Show: