Class ChartPointSeriesDrawPart.DataPointLayoutSlotComparer
Inheritance
System.Object
ChartPointSeriesDrawPart.DataPointLayoutSlotComparer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll
Syntax
protected class DataPointLayoutSlotComparer : IComparer<DataPoint>
Constructors
DataPointLayoutSlotComparer()
Declaration
public DataPointLayoutSlotComparer()
Properties
Collection
Gets or sets the collection.
Declaration
public ChartDataPointCollection Collection { get; set; }
Property Value
ChartDataPointCollection
The collection. |
Vertical
Gets or sets whether the layout slot is vertical.
Declaration
public bool Vertical { get; set; }
Property Value
System.Boolean
The vertical. |
Methods
Compare(DataPoint, DataPoint)
Compares the specified DataPoints.
Declaration
public int Compare(DataPoint x, DataPoint y)
Parameters
DataPoint
x
The x. |
DataPoint
y
The y. |
Returns
System.Int32
|
Implements
System.Collections.Generic.IComparer<T>.Compare(T, T)