menu

WPF

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

    Show / Hide Table of Contents

    Class ChartAxisCollection

    A collection class which holds ChartAxis.

    Inheritance
    System.Object
    ChartAxisCollection
    Namespace: Syncfusion.UI.Xaml.Charts
    Assembly: Syncfusion.SfChart.WPF.dll
    Syntax
    public class ChartAxisCollection : ObservableCollection<ChartAxis>

    Constructors

    ChartAxisCollection()

    Declaration
    public ChartAxisCollection()

    Properties

    Item[String]

    return ChartAxis value from the given string

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

    Methods

    InsertItem(Int32, ChartAxis)

    Inserts an item into the collection at the specified index.

    Declaration
    protected override void InsertItem(int index, ChartAxis item)
    Parameters
    Type Name Description
    System.Int32 index

    The zero-based index at which item should be inserted.

    ChartAxis item

    The object to insert.

    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved