skip navigation
  • Product Bundles

    DevCraft

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

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Visual Studio Templates
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class ChartAxisCollection

Inheritance
System.Object
System.Collections.ObjectModel.Collection<Axis>
ChartAxisCollection
Inherited Members
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Axis>.Add(Telerik.WinControls.UI.Axis)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Axis>.Clear()
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Axis>.CopyTo(Telerik.WinControls.UI.Axis[], System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Axis>.Contains(Telerik.WinControls.UI.Axis)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Axis>.GetEnumerator()
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Axis>.IndexOf(Telerik.WinControls.UI.Axis)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Axis>.Insert(System.Int32, Telerik.WinControls.UI.Axis)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Axis>.Remove(Telerik.WinControls.UI.Axis)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Axis>.RemoveAt(System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Axis>.SetItem(System.Int32, Telerik.WinControls.UI.Axis)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Axis>.System.Collections.IEnumerable.GetEnumerator()
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Axis>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Axis>.System.Collections.IList.get_Item(System.Int32)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Axis>.System.Collections.IList.set_Item(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Axis>.System.Collections.IList.Add(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Axis>.System.Collections.IList.Contains(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Axis>.System.Collections.IList.IndexOf(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Axis>.System.Collections.IList.Insert(System.Int32, System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Axis>.System.Collections.IList.Remove(System.Object)
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Axis>.Count
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Axis>.Items
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Axis>.Item[System.Int32]
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Axis>.System.Collections.Generic.ICollection<Telerik.WinControls.UI.Axis>.IsReadOnly
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Axis>.System.Collections.ICollection.IsSynchronized
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Axis>.System.Collections.ICollection.SyncRoot
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Axis>.System.Collections.IList.Item[System.Int32]
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Axis>.System.Collections.IList.IsReadOnly
System.Collections.ObjectModel.Collection<Telerik.WinControls.UI.Axis>.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 ChartAxisCollection : Collection<Axis>, IList<Axis>, ICollection<Axis>, IList, ICollection, IReadOnlyList<Axis>, IReadOnlyCollection<Axis>, IEnumerable<Axis>, IEnumerable

Constructors

ChartAxisCollection(ChartArea)

Initializes a new instance of the ChartAxisCollection class.

Declaration
public ChartAxisCollection(ChartArea owner)
Parameters
ChartArea owner

The owner.

Properties

Owner

Gets the owner.

Declaration
public ChartArea Owner { get; }
Property Value
ChartArea

The owner.

Methods

AddRange(Axis[])

Adds the range.

Declaration
public void AddRange(params Axis[] items)
Parameters
Axis[] 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.Axis>.ClearItems()

Get<T>()

Gets the axis collection.

Declaration
public T[] Get<T>()
    where T : Axis
Returns
T[]

Type Parameters
T

The type of the T.

Get<T>(Int32)

Gets the axis at the specified index.

Declaration
public T Get<T>(int index)
    where T : Axis
Parameters
System.Int32 index

The index.

Returns
T

Type Parameters
T

The type of the T.

GetRenderEnumerator()

Gets the render enumerator.

Declaration
public IEnumerator<Axis> GetRenderEnumerator()
Returns
System.Collections.Generic.IEnumerator<Axis>

InsertItem(Int32, Axis)

Inserts the item.

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

The index.

Axis item

The item.

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

IsAttached(Int32)

Determines whether the specified index is attached.

Declaration
public bool IsAttached(int index)
Parameters
System.Int32 index

The index.

Returns
System.Boolean

Purge()

Remove all unused axes from the collection

Declaration
public void Purge()

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.Axis>.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>>)
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.