WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartAreaCursorCollection - WindowsForms API Reference | Syncfusion ChartInteractiveCursor objects. ">

    Show / Hide Table of Contents

    Class ChartAreaCursorCollection

    ChartAreaCursorCollection is a collection for ChartInteractiveCursor objects.

    Inheritance
    System.Object
    ChartBaseList
    ChartAreaCursorCollection
    Implements
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.IEnumerable
    Inherited Members
    ChartBaseList.Clear()
    ChartBaseList.RemoveAt(Int32)
    ChartBaseList.CopyTo(Array, Int32)
    ChartBaseList.Sort(IComparer)
    ChartBaseList.ToArray()
    ChartBaseList.ToArray(Type)
    ChartBaseList.GetEnumerator()
    ChartBaseList.IList.get_Item(Int32)
    ChartBaseList.IList.set_Item(Int32, Object)
    ChartBaseList.IList.Add(Object)
    ChartBaseList.IList.Insert(Int32, Object)
    ChartBaseList.IList.Remove(Object)
    ChartBaseList.IList.IndexOf(Object)
    ChartBaseList.IList.Contains(Object)
    ChartBaseList.IsFixedSize
    ChartBaseList.IsReadOnly
    ChartBaseList.IsSynchronized
    ChartBaseList.SyncRoot
    ChartBaseList.Count
    ChartBaseList.IList.Item[Int32]
    ChartBaseList.Changed
    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: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Base.dll
    Syntax
    public sealed class ChartAreaCursorCollection : ChartBaseList, IList, ICollection, IEnumerable

    Constructors

    ChartAreaCursorCollection()

    Initializes a new instance of the ChartInteractiveCursor class.

    Declaration
    public ChartAreaCursorCollection()

    Properties

    Item[Int32]

    Looks up the collection and returns the interactive cursor at the specified index.

    Declaration
    public ChartInteractiveCursor this[int index] { get; }
    Parameters
    Type Name Description
    System.Int32 index
    Property Value
    Type Description
    ChartInteractiveCursor

    Methods

    Add(ChartInteractiveCursor)

    Adds the specified cursor to this collection.

    Declaration
    public void Add(ChartInteractiveCursor cursor)
    Parameters
    Type Name Description
    ChartInteractiveCursor cursor

    An instance of the cursor that is to be added.

    IndexOf(ChartInteractiveCursor)

    Looks up the collection and returns the index value of the specified cursor if it is present.

    Declaration
    public int IndexOf(ChartInteractiveCursor cursor)
    Parameters
    Type Name Description
    ChartInteractiveCursor cursor

    Cursor to look for.

    Returns
    Type Description
    System.Int32

    The index value of the cursor if the look up was successful; -1 otherwise.

    Insert(Int32, ChartInteractiveCursor)

    Inserts the specified cursor at the specified index.

    Declaration
    public void Insert(int index, ChartInteractiveCursor cursor)
    Parameters
    Type Name Description
    System.Int32 index

    Index value where the cursor is to be inserted.

    ChartInteractiveCursor cursor

    An instance of the cursor that is to be inserted.

    Remove(ChartInteractiveCursor)

    Removes the specified cursor from this collection.

    Declaration
    public void Remove(ChartInteractiveCursor cursor)
    Parameters
    Type Name Description
    ChartInteractiveCursor cursor

    Cursor that is to be removed.

    Implements

    System.Collections.IList
    System.Collections.ICollection
    System.Collections.IEnumerable

    Extension Methods

    EnumerableExtensions.GetElementType(IEnumerable)
    EnumerableExtensions.GetItemPropertyInfo(IEnumerable)
    FunctionalExtensions.ForEach<T>(IEnumerable, Action<T>)
    FunctionalExtensions.ToList<T>(IEnumerable)
    FunctionalExtensions.MoveTo(IList, Int32, Int32)
    QueryableExtensions.OfQueryable(IEnumerable)
    QueryableExtensions.OfQueryable(IEnumerable, Type)
    QueryableExtensions.GroupByMany<TElement>(IEnumerable, Type, List<Func<TElement, Object>>)
    QueryableExtensions.GroupByMany(IEnumerable, Type, Func<String, Expression>, String[])
    QueryableExtensions.GroupByMany(IEnumerable, Type, List<SortDescriptor>, Dictionary<String, IComparer<Object>>, Func<String, Expression>, String[])
    QueryableExtensions.GroupByMany(IEnumerable, Type, List<SortDescriptor>, Func<String, Expression>, String[])
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved