ClassEmptyChartDataPointElementCollection
Class
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:
Inherited Members
Constructors
EmptyChartDataPointElementCollection(UIChartElement)
Initializes a new instance of the EmptyChartDataPointElementCollection class.
Declaration
cs-api-definition
public EmptyChartDataPointElementCollection(UIChartElement owner)
Parameters
owner
The owner.