DataPointComparer.Compare Method (DataPoint, DataPoint)

.NET Framework (current version)
 

Compares two data points.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

Public Function Compare (
	x As DataPoint,
	y As DataPoint
) As Integer

Return Value

Type: System.Int32

An 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.

.NET Framework
Available since 4.0
Return to top
Show: