About Progress

  • Company
    • Company Overview
    • Leadership
    • Corporate Social Responsibility
    • Investor Relations
    • Press Releases
    • Press Coverage
    • Recognitions
    • Progress Labs
    • Events
    • Customers
    • Careers
    • Offices
  • Technology
    • Cloud Native App Dev Platform
    • Cognitive Services
    • Web Content Management
    • UI/UX Tools
    • Secure Data Connectivity and Integration
    • Secure Managed File Transfer
    • OpenEdge
    • Network Monitoring
  • Services
    • Consulting
    • Education
    • Modernization
    • Outsourcing
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • Conversational UI
    • Online Training
    • Document Processing Library
    Web
    Kendo UI UI for jQuery UI for Angular UI for React UI for Vue UI for ASP.NET AJAX UI for ASP.NET MVC UI for ASP.NET Core UI for Blazor UI for Silverlight UI for PHP UI for JSP
    Mobile
    UI for Xamarin NativeScript OSS framework
    Desktop
    UI for WPF UI for UWP UI for WinForms
    Reporting & Mocking
    Telerik Reporting Telerik Report Server Telerik JustMock
    Automated Testing
    Test Studio Test Studio Dev Edition
    Debugging
    FiddlerCore
    CMS
    Sitefinity
    UX Design
    Unite UX
    Document Management
    Telerik Document Processing
    Innovations Lab
    VR DataViz
    Free Tools
    Fiddler JustAssembly JustDecompile VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Docs & Support
  • Pricing
  • Search
  • Shopping cart
    • Account Overview
    • Edit Profile
    • Payment Profiles
    • Renewals & Upgrades
    • Support Tickets
    • Log out
  • Login
  • Contact Us
  • Try now

Class ChartElementCollection

Inheritance
System.Object
System.Collections.ObjectModel.Collection<UIChartElement>
ChartElementCollection
AxisLabelElementCollection
ChartDataPointElementCollection
EmptyChartDataPointElementCollection
Inherited Members
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.Add(Telerik.WinControls.UI.UIChartElement)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.Clear()
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.CopyTo(Telerik.WinControls.UI.UIChartElement[], System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.Contains(Telerik.WinControls.UI.UIChartElement)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.GetEnumerator()
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.IndexOf(Telerik.WinControls.UI.UIChartElement)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.Insert(System.Int32, Telerik.WinControls.UI.UIChartElement)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.Remove(Telerik.WinControls.UI.UIChartElement)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.SetItem(System.Int32, Telerik.WinControls.UI.UIChartElement)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.Count
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.Items
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.System.Collections.Generic.ICollection<Telerik.WinControls.UI.UIChartElement>.IsReadOnly
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.System.Collections.IList.IsFixedSize
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.ChartView.dll

Syntax

public class ChartElementCollection : Collection<UIChartElement>, IList<UIChartElement>, ICollection<UIChartElement>, IList, ICollection, IReadOnlyList<UIChartElement>, IReadOnlyCollection<UIChartElement>, IEnumerable<UIChartElement>, IEnumerable

Constructors

ChartElementCollection(UIChartElement)

Initializes a new instance of the ChartElementCollection class.

Declaration
public ChartElementCollection(UIChartElement owner)
Parameters
UIChartElement owner

The owner.

ChartElementCollection(UIChartElement, IList<UIChartElement>)

Initializes a new instance of the ChartElementCollection class.

Declaration
public ChartElementCollection(UIChartElement owner, IList<UIChartElement> list)
Parameters
UIChartElement owner

The owner.

System.Collections.Generic.IList<UIChartElement> list

The list.

Methods

AddRange(UIChartElement[])

Adds the range.

Declaration
public void AddRange(params UIChartElement[] items)
Parameters
UIChartElement[] items

ClearItems()

Removes all elements from the System.Collections.ObjectModel.Collection<T>.

Declaration
protected override void ClearItems()
Overrides
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.ClearItems()

InsertItem(Int32, UIChartElement)

Inserts the item.

Declaration
protected override void InsertItem(int index, UIChartElement item)
Parameters
System.Int32 index

The index.

UIChartElement item

The item.

Overrides
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.InsertItem(System.Int32, Telerik.WinControls.UI.UIChartElement)

RemoveItem(Int32)

Removes the element at the specified index of the System.Collections.ObjectModel.Collection<T>.

Declaration
protected override void RemoveItem(int index)
Parameters
System.Int32 index

The zero-based index of the element to remove.

Overrides
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.UIChartElement>.RemoveItem(System.Int32)
Exceptions
System.ArgumentOutOfRangeException

index is less than zero.-or-index is equal to or greater than System.Collections.ObjectModel.Collection<T>.Count.

Extension Methods

CommonExtensions.AddRange<T>(ICollection<T>, IEnumerable<T>)
CommonExtensions.ContainsAny<T>(IEnumerable<T>, IEnumerable<T>)
CommonExtensions.ForEach<T>(IEnumerable<T>, Action<T>)
CommonExtensions.RemoveLast<T>(IList<T>)
CommonExtensions.EnsureListCountAtLeast<T>(IList<T>, Int32, Func<T>)
CommonExtensions.EnsureListCount<T>(IList<T>, Int32, Func<T>)
CommonExtensions.Clone<T>(IEnumerable<T>)
ExtensionMethodsEditor.CastCovariant<TFrom, TTo>(IEnumerable<TFrom>)
SvgExtentions.Traverse<T>(IEnumerable<T>, Func<T, IEnumerable<T>>)
SvgExtentions.Traverse<T>(T, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(IEnumerable<T>, Func<T, IEnumerable<T>>)
SvgExtentions.TraverseDepthFirst<T>(T, Func<T, IEnumerable<T>>)

Was this article helpful?

 / 
Tell us how we can improve this article
Skip
Getting Started
  • Install Now
  • Demos
  • Step-by-Step Tutorial
  • Sample Applications
  • SDK Samples
  • Visual Studio Extensions
Support Resources
  • Code Library
  • Knowledge Base
  • Videos
Community
  • Forums
  • Blogs
  • Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.