DataPointComparer 类

定义

比较数据点。

public ref class DataPointComparer : System::Collections::Generic::IComparer<System::Windows::Forms::DataVisualization::Charting::DataPoint ^>
public class DataPointComparer : System.Collections.Generic.IComparer<System.Windows.Forms.DataVisualization.Charting.DataPoint>
type DataPointComparer = class
    interface IComparer<DataPoint>
Public Class DataPointComparer
Implements IComparer(Of DataPoint)
继承
DataPointComparer
实现

构造函数

DataPointComparer(Series, PointSortOrder, String)

使用指定的数据系列、排序顺序和排序值初始化 DataPointComparer 类的新实例。

方法

Compare(DataPoint, DataPoint)

比较两个数据点。

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)

适用于