DataPointComparer.Compare(DataPoint, DataPoint) Method
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::Windows::Forms::DataVisualization::Charting::DataPoint ^ x, System::Windows::Forms::DataVisualization::Charting::DataPoint ^ y);
C#
public int Compare (System.Windows.Forms.DataVisualization.Charting.DataPoint x, System.Windows.Forms.DataVisualization.Charting.DataPoint y);
abstract member Compare : System.Windows.Forms.DataVisualization.Charting.DataPoint * System.Windows.Forms.DataVisualization.Charting.DataPoint -> int
override this.Compare : System.Windows.Forms.DataVisualization.Charting.DataPoint * System.Windows.Forms.DataVisualization.Charting.DataPoint -> int
Public Function Compare (x As DataPoint, y As DataPoint) As Integer
First data point.
Second data point.
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.
Produkt | Verze |
---|---|
.NET Framework | 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Zpětná vazba k produktu .NET
.NET je open source projekt. Vyberte odkaz pro poskytnutí zpětné vazby: