Class
ChartPointSeriesDrawPart.DataPointElementLayoutSlotComparer

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

ChartDataPointCollection

The collection.

Vertical

Gets or sets whether it is vertical.

Declaration

cs-api-definition
public bool Vertical { get; set; }

Property Value

bool

The vertical.

Methods

Compare(DataPointElement, DataPointElement)

Compares the specified DataPointElements.

Declaration

cs-api-definition
public int Compare(DataPointElement x, DataPointElement y)

Parameters

x

DataPointElement

The x.

y

DataPointElement

The y.

Returns

int