WinForms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartCustomPointCollection - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartCustomPointCollection

    Collection of custom points that are registered for display. Custom points can be tied to specific positions on the chart or to specific points on any series. ChartCustomPoint

    Inheritance
    System.Object
    ChartBaseList
    ChartCustomPointCollection
    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 class ChartCustomPointCollection : ChartBaseList, IList, ICollection, IEnumerable

    Constructors

    ChartCustomPointCollection()

    Initializes a new instance of ChartCustomPointCollection class.

    Declaration
    public ChartCustomPointCollection()

    Properties

    Item[Int32]

    Gets or sets the ChartCustomPoint at the specified index.

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

    Add the ChartCustomPoint.

    Methods

    Add(ChartCustomPoint)

    Adds the specified value.

    Declaration
    public int Add(ChartCustomPoint value)
    Parameters
    Type Name Description
    ChartCustomPoint value

    The value.

    Returns
    Type Description
    System.Int32

    The position into which the new element was inserted.

    Contains(ChartCustomPoint)

    Determines whether collection contains the specified value.

    Declaration
    public bool Contains(ChartCustomPoint value)
    Parameters
    Type Name Description
    ChartCustomPoint value

    The value.

    Returns
    Type Description
    System.Boolean

    true if collection contains the specified value; otherwise, false.

    IndexOf(ChartCustomPoint)

    Returns the index of the custom point collection.

    Declaration
    public int IndexOf(ChartCustomPoint value)
    Parameters
    Type Name Description
    ChartCustomPoint value

    The value.

    Returns
    Type Description
    System.Int32

    The index of value if found in the list; otherwise, -1.

    Insert(Int32, ChartCustomPoint)

    Inserts the specified index.

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

    The index.

    ChartCustomPoint value

    The value.

    Remove(ChartCustomPoint)

    Removes the specified value.

    Declaration
    public void Remove(ChartCustomPoint value)
    Parameters
    Type Name Description
    ChartCustomPoint value

    The value.

    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 - 2022 Syncfusion Inc. All Rights Reserved