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

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

C#
public class ChartViewSelectedDataPointCollection : ReadOnlyCollection<DataPoint>, IList, ICollection, IEnumerable

Inheritance: objectReadOnlyCollection<DataPoint>ChartViewSelectedDataPointCollection

Implements: ICollectionIEnumerableIList

Inherited Members ReadOnlyCollection<DataPoint>.Contains(DataPoint)ReadOnlyCollection<DataPoint>.CopyTo(DataPoint[], int)ReadOnlyCollection<DataPoint>.GetEnumerator()ReadOnlyCollection<DataPoint>.IndexOf(DataPoint)ReadOnlyCollection<DataPoint>.CountReadOnlyCollection<DataPoint>.this[int]ReadOnlyCollection<DataPoint>.Items...

Constructors

Initializes a new instance of the ChartViewSelectedDataPointCollection class.

C#
public ChartViewSelectedDataPointCollection(ChartArea owner)
Parameters:ownerChartArea

The owner.

Properties

Gets the owner.

C#
public ChartArea Owner { get; }
Property Value:

The owner.

Methods

Clears this instance.

C#
public void Clear()