skip navigation
  • Product Bundles

    DevCraft

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

    • NEW: Design Kits for Figma
    • Online Training
    • Document Processing Library
    • Embedded Reporting for web and desktop

    Web

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

    Mobile

    UI for .NET MAUI UI for Xamarin

    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 Test Studio Dev Edition Telerik JustMock

    CMS

    Sitefinity

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    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 and Security
    • 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 SparkAxisCollection

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

Syntax

public class SparkAxisCollection : Collection<SparkAxis>, IList<SparkAxis>, ICollection<SparkAxis>, IList, ICollection, IReadOnlyList<SparkAxis>, IReadOnlyCollection<SparkAxis>, IEnumerable<SparkAxis>, IEnumerable

Constructors

SparkAxisCollection(SparkArea)

Initializes a new instance of the SparkAxisCollection class.

Declaration
public SparkAxisCollection(SparkArea owner)
Parameters
SparkArea owner

The owner.

Properties

Owner

Gets the owner.

Declaration
public SparkArea Owner { get; }
Property Value
SparkArea

The owner.

Methods

AddRange(SparkAxis[])

Adds the range.

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

Get<T>()

Gets the axis collection.

Declaration
public T[] Get<T>()
    where T : SparkAxis
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 : SparkAxis
Parameters
System.Int32 index

The index.

Returns
T

Type Parameters
T

The type of the T.

GetRenderEnumerator()

Gets the render enumerator.

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

InsertItem(Int32, SparkAxis)

Inserts the item.

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

The index.

SparkAxis item

The item.

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

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.Sparkline.SparkAxis>.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.