ClassChartPointSeriesDrawPart.DataPointElementLayoutSlotComparer
Class
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.ChartView.dll
Syntax:
cs-api-definition
protected class ChartPointSeriesDrawPart.DataPointElementLayoutSlotComparer
Inheritance: objectChartPointSeriesDrawPart.DataPointElementLayoutSlotComparer
Constructors
DataPointElementLayoutSlotComparer()
Declaration
cs-api-definition
public DataPointElementLayoutSlotComparer()
Properties
Collection
Gets or sets the collection.
Declaration
cs-api-definition
public ChartDataPointCollection Collection { get; set; }
Property Value
The collection.
Methods
Compare(DataPointElement, DataPointElement)
Compares the specified DataPointElements.
Declaration
cs-api-definition
public int Compare(DataPointElement x, DataPointElement y)
Parameters
x
The x.
y
The y.
Returns