Class
EmptyChartDataPointElementCollection

Definition

Namespace:Telerik.WinControls.UI

Assembly:Telerik.WinControls.ChartView.dll

Syntax:

cs-api-definition
public class EmptyChartDataPointElementCollection : ChartElementCollection, IList<UIChartElement>, ICollection<UIChartElement>, IList, ICollection, IReadOnlyList<UIChartElement>, IReadOnlyCollection<UIChartElement>, IEnumerable<UIChartElement>, IEnumerable

Inheritance: objectCollection<UIChartElement>ChartElementCollectionEmptyChartDataPointElementCollection

Implements: ICollectionICollection<UIChartElement>IEnumerableIEnumerable<UIChartElement>IListIList<UIChartElement>IReadOnlyCollection<UIChartElement>IReadOnlyList<UIChartElement>

Inherited Members ChartElementCollection.InsertItem(int, UIChartElement)ChartElementCollection.RemoveItem(int)ChartElementCollection.ClearItems()ChartElementCollection.AddRange(params UIChartElement[])Collection<UIChartElement>.Add(UIChartElement)Collection<UIChartElement>.Clear()Collection<UIChartElement>.CopyTo(UIChartElement[], int)Collection<UIChartElement>.Contains(UIChartElement)Collection<UIChartElement>.GetEnumerator()Collection<UIChartElement>.IndexOf(UIChartElement)Collection<UIChartElement>.Insert(int, UIChartElement)Collection<UIChartElement>.Remove(UIChartElement)Collection<UIChartElement>.RemoveAt(int)Collection<UIChartElement>.SetItem(int, UIChartElement)Collection<UIChartElement>.CountCollection<UIChartElement>.ItemsCollection<UIChartElement>.this[int]

Constructors

EmptyChartDataPointElementCollection(UIChartElement)

Initializes a new instance of the EmptyChartDataPointElementCollection class.

Declaration

cs-api-definition
public EmptyChartDataPointElementCollection(UIChartElement owner)

Parameters

owner

UIChartElement

The owner.