New to Telerik UI for WinFormsStart a free 30-day trial

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; }
Property Value:

The collection.

Gets or sets whether it is vertical.

C#
public bool Vertical { get; set; }
Property Value:

The vertical.

Methods

Compares the specified DataPointElements.

C#
public int Compare(DataPointElement x, DataPointElement y)
Parameters:xDataPointElement

The x.

yDataPointElement

The y.

Returns:

int