This documentation is archived and is not being maintained.
DataPointComparer::Compare Method
Visual Studio 2010
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<T>::Compare(T, T)Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: