Class
ChartViewSelectedDataPointCollection

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
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

ChartViewSelectedDataPointCollection(ChartArea)

Initializes a new instance of the ChartViewSelectedDataPointCollection class.

Declaration

cs-api-definition
public ChartViewSelectedDataPointCollection(ChartArea owner)

Parameters

owner

ChartArea

The owner.

Properties

Owner

Gets the owner.

Declaration

cs-api-definition
public ChartArea Owner { get; }

Property Value

ChartArea

The owner.

Methods

Clear()

Clears this instance.

Declaration

cs-api-definition
public void Clear()