menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ChartTitlesList - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class ChartTitlesList

    Collection of ChartTitle instances.

    Inheritance
    System.Object
    ChartBaseList
    ChartTitlesList
    Implements
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.IEnumerable
    Inherited Members
    ChartBaseList.Changed
    ChartBaseList.Clear()
    ChartBaseList.CopyTo(Array, Int32)
    ChartBaseList.Count
    ChartBaseList.GetEnumerator()
    ChartBaseList.IList.Add(Object)
    ChartBaseList.IList.Contains(Object)
    ChartBaseList.IList.get_Item(Int32)
    ChartBaseList.IList.IndexOf(Object)
    ChartBaseList.IList.Insert(Int32, Object)
    ChartBaseList.IList.Item[Int32]
    ChartBaseList.IList.Remove(Object)
    ChartBaseList.IList.set_Item(Int32, Object)
    ChartBaseList.IsFixedSize
    ChartBaseList.IsReadOnly
    ChartBaseList.IsSynchronized
    ChartBaseList.RemoveAt(Int32)
    ChartBaseList.Sort(IComparer)
    ChartBaseList.SyncRoot
    ChartBaseList.ToArray()
    ChartBaseList.ToArray(Type)
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Syncfusion.Windows.Forms.Chart
    Assembly: Syncfusion.Chart.Windows.dll
    Syntax
    public class ChartTitlesList : ChartBaseList, IList, ICollection, IEnumerable

    Constructors

    ChartTitlesList()

    Initializes a new instance of the ChartTitlesList class.

    Declaration
    public ChartTitlesList()

    Properties

    Item[Int32]

    Gets or sets the ChartTitle at the specified index.

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

    Item[String]

    Gets ChartTitle by the name.

    Declaration
    public ChartTitle this[string name] { get; }
    Parameters
    Type Name Description
    System.String name

    Name of ChartTitle.

    Property Value
    Type
    ChartTitle

    Methods

    Add(ChartTitle)

    Adds the specified title to collection.

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

    The title to add.

    Returns
    Type Description
    System.Int32

    Index of the added title.

    Contains(ChartTitle)

    Determines whether collection contains the specified title.

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

    The title to check.

    Returns
    Type Description
    System.Boolean

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

    IndexOf(ChartTitle)

    Gets index of specified title.

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

    The title to get index.

    Returns
    Type Description
    System.Int32

    Index of the ChartTitle.

    Insert(Int32, ChartTitle)

    Inserts ChartTitle at specified index.

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

    The index.

    ChartTitle value

    The ChartTitle to insert.

    Remove(ChartTitle)

    Removes the specified title from collection.

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

    The title to remove.

    Validate(Object)

    Validates the specified obj.

    Declaration
    protected override bool Validate(object obj)
    Parameters
    Type Name Description
    System.Object obj

    The obj.

    Returns
    Type Description
    System.Boolean

    Returns true if the list contains this element otherwise false.

    Overrides
    Syncfusion.Windows.Forms.Chart.ChartBaseList.Validate(System.Object)

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