WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class CategoricalAxis

    Show / Hide Table of Contents

    Class CategoricalAxis

    Holds the list of members in Categorical(Column) axis

    Inheritance
    System.Object
    System.Collections.Generic.List<IAxisElement>
    CategoricalAxis
    Implements
    System.Collections.Generic.IList<IAxisElement>
    System.Collections.Generic.ICollection<IAxisElement>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<IAxisElement>
    System.Collections.Generic.IReadOnlyCollection<IAxisElement>
    System.Collections.Generic.IEnumerable<IAxisElement>
    System.Collections.IEnumerable
    Inherited Members
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.System.Collections.IList.get_Item(System.Int32)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.System.Collections.IList.set_Item(System.Int32, System.Object)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.Add(Syncfusion.Windows.Chart.Olap.IAxisElement)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.System.Collections.IList.Add(System.Object)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.AddRange(System.Collections.Generic.IEnumerable<Syncfusion.Windows.Chart.Olap.IAxisElement>)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.AsReadOnly()
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.BinarySearch(System.Int32, System.Int32, Syncfusion.Windows.Chart.Olap.IAxisElement, System.Collections.Generic.IComparer<Syncfusion.Windows.Chart.Olap.IAxisElement>)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.BinarySearch(Syncfusion.Windows.Chart.Olap.IAxisElement)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.BinarySearch(Syncfusion.Windows.Chart.Olap.IAxisElement, System.Collections.Generic.IComparer<Syncfusion.Windows.Chart.Olap.IAxisElement>)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.Clear()
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.Contains(Syncfusion.Windows.Chart.Olap.IAxisElement)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.System.Collections.IList.Contains(System.Object)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.ConvertAll<TOutput>(System.Converter<Syncfusion.Windows.Chart.Olap.IAxisElement, TOutput>)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.CopyTo(Syncfusion.Windows.Chart.Olap.IAxisElement[])
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.System.Collections.ICollection.CopyTo(System.Array, System.Int32)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.CopyTo(System.Int32, Syncfusion.Windows.Chart.Olap.IAxisElement[], System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.CopyTo(Syncfusion.Windows.Chart.Olap.IAxisElement[], System.Int32)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.Exists(System.Predicate<Syncfusion.Windows.Chart.Olap.IAxisElement>)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.Find(System.Predicate<Syncfusion.Windows.Chart.Olap.IAxisElement>)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.FindAll(System.Predicate<Syncfusion.Windows.Chart.Olap.IAxisElement>)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.FindIndex(System.Predicate<Syncfusion.Windows.Chart.Olap.IAxisElement>)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.FindIndex(System.Int32, System.Predicate<Syncfusion.Windows.Chart.Olap.IAxisElement>)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.FindIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.Windows.Chart.Olap.IAxisElement>)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.FindLast(System.Predicate<Syncfusion.Windows.Chart.Olap.IAxisElement>)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.FindLastIndex(System.Predicate<Syncfusion.Windows.Chart.Olap.IAxisElement>)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.FindLastIndex(System.Int32, System.Predicate<Syncfusion.Windows.Chart.Olap.IAxisElement>)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.FindLastIndex(System.Int32, System.Int32, System.Predicate<Syncfusion.Windows.Chart.Olap.IAxisElement>)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.ForEach(System.Action<Syncfusion.Windows.Chart.Olap.IAxisElement>)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.GetEnumerator()
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.System.Collections.Generic.IEnumerable<Syncfusion.Windows.Chart.Olap.IAxisElement>.GetEnumerator()
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.System.Collections.IEnumerable.GetEnumerator()
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.GetRange(System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.IndexOf(Syncfusion.Windows.Chart.Olap.IAxisElement)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.System.Collections.IList.IndexOf(System.Object)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.IndexOf(Syncfusion.Windows.Chart.Olap.IAxisElement, System.Int32)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.IndexOf(Syncfusion.Windows.Chart.Olap.IAxisElement, System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.Insert(System.Int32, Syncfusion.Windows.Chart.Olap.IAxisElement)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.System.Collections.IList.Insert(System.Int32, System.Object)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.InsertRange(System.Int32, System.Collections.Generic.IEnumerable<Syncfusion.Windows.Chart.Olap.IAxisElement>)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.LastIndexOf(Syncfusion.Windows.Chart.Olap.IAxisElement)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.LastIndexOf(Syncfusion.Windows.Chart.Olap.IAxisElement, System.Int32)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.LastIndexOf(Syncfusion.Windows.Chart.Olap.IAxisElement, System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.Remove(Syncfusion.Windows.Chart.Olap.IAxisElement)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.System.Collections.IList.Remove(System.Object)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.RemoveAll(System.Predicate<Syncfusion.Windows.Chart.Olap.IAxisElement>)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.RemoveAt(System.Int32)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.RemoveRange(System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.Reverse()
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.Reverse(System.Int32, System.Int32)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.Sort()
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.Sort(System.Collections.Generic.IComparer<Syncfusion.Windows.Chart.Olap.IAxisElement>)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.Sort(System.Int32, System.Int32, System.Collections.Generic.IComparer<Syncfusion.Windows.Chart.Olap.IAxisElement>)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.Sort(System.Comparison<Syncfusion.Windows.Chart.Olap.IAxisElement>)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.ToArray()
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.TrimExcess()
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.TrueForAll(System.Predicate<Syncfusion.Windows.Chart.Olap.IAxisElement>)
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.Capacity
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.Count
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.System.Collections.IList.IsFixedSize
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.System.Collections.Generic.ICollection<Syncfusion.Windows.Chart.Olap.IAxisElement>.IsReadOnly
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.System.Collections.IList.IsReadOnly
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.System.Collections.ICollection.IsSynchronized
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.System.Collections.ICollection.SyncRoot
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.Item[System.Int32]
    System.Collections.Generic.List<Syncfusion.Windows.Chart.Olap.IAxisElement>.System.Collections.IList.Item[System.Int32]
    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.Chart.Olap
    Assembly: Syncfusion.OlapChart.WPF.dll
    Syntax
    public class CategoricalAxis : List<IAxisElement>, IList<IAxisElement>, ICollection<IAxisElement>, IList, ICollection, IReadOnlyList<IAxisElement>, IReadOnlyCollection<IAxisElement>, IEnumerable<IAxisElement>, IEnumerable

    Constructors

    CategoricalAxis()

    Declaration
    public CategoricalAxis()

    Implements

    System.Collections.Generic.IList<T>
    System.Collections.Generic.ICollection<T>
    System.Collections.IList
    System.Collections.ICollection
    System.Collections.Generic.IReadOnlyList<T>
    System.Collections.Generic.IReadOnlyCollection<T>
    System.Collections.Generic.IEnumerable<T>
    System.Collections.IEnumerable

    Extension Methods

    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, Int32, Func<TElement, Object>[])
    PivotExtension.GroupByMany<TElement>(IEnumerable<TElement>, IEnumerable<Func<TElement, Object>>)
    FunctionalExtensions.ForEach<T>(IEnumerable, Action<T>)
    FunctionalExtensions.ForEach<T>(IEnumerable<T>, Action<T>)
    FunctionalExtensions.ToList<T>(IEnumerable)
    ChartExtensionUtils.DistinctBy<TSource, TKey>(IEnumerable<TSource>, Func<TSource, TKey>)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved