Class ChartPointSeriesDrawPart.DataPointElementLayoutSlotComparer
Inheritance
System.Object
ChartPointSeriesDrawPart.DataPointElementLayoutSlotComparer
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 DataPointElementLayoutSlotComparer : IComparer<DataPointElement>
Constructors
DataPointElementLayoutSlotComparer()
Declaration
public DataPointElementLayoutSlotComparer()
Properties
Collection
Gets or sets the collection.
Declaration
public ChartDataPointCollection Collection { get; set; }
Property Value
ChartDataPointCollection
The collection. |
Vertical
Gets or sets whether it is vertical.
Declaration
public bool Vertical { get; set; }
Property Value
System.Boolean
The vertical. |
Methods
Compare(DataPointElement, DataPointElement)
Compares the specified DataPointElements.
Declaration
public int Compare(DataPointElement x, DataPointElement y)
Parameters
DataPointElement
x
The x. |
DataPointElement
y
The y. |
Returns
System.Int32
|
Implements
System.Collections.Generic.IComparer<T>.Compare(T, T)