Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
C#
protected class ChartPointSeriesDrawPart.DataPointElementLayoutSlotComparer
Inheritance: objectChartPointSeriesDrawPart.DataPointElementLayoutSlotComparer
Constructors
C#
public DataPointElementLayoutSlotComparer()
Properties
Gets or sets the collection.
C#
public ChartDataPointCollection Collection { get; set; }
The collection.
Methods
Compares the specified DataPointElements.
C#
public int Compare(DataPointElement x, DataPointElement y)
The x.
yDataPointElementThe y.
Returns: