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.DataPointLayoutSlotComparer

Inheritance: objectChartPointSeriesDrawPart.DataPointLayoutSlotComparer

Constructors

C#
public DataPointLayoutSlotComparer()

Properties

Gets or sets the collection.

C#
public ChartDataPointCollection Collection { get; set; }
Property Value:

The collection.

Gets or sets whether the layout slot is vertical.

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

The vertical.

Methods

Compares the specified DataPoints.

C#
public int Compare(DataPoint x, DataPoint y)
Parameters:xDataPoint

The x.

yDataPoint

The y.

Returns:

int