DataPointComparer.Compare(DataPoint, DataPoint) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Compares two data points.
public:
virtual int Compare(System::Web::UI::DataVisualization::Charting::DataPoint ^ x, System::Web::UI::DataVisualization::Charting::DataPoint ^ y);
public int Compare (System.Web.UI.DataVisualization.Charting.DataPoint x, System.Web.UI.DataVisualization.Charting.DataPoint y);
abstract member Compare : System.Web.UI.DataVisualization.Charting.DataPoint * System.Web.UI.DataVisualization.Charting.DataPoint -> int
override this.Compare : System.Web.UI.DataVisualization.Charting.DataPoint * System.Web.UI.DataVisualization.Charting.DataPoint -> int
Public Function Compare (x As DataPoint, y As DataPoint) As Integer
Parameters
First data point.
Second data point.
Returns
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.
Implements
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.