WPF

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

    Show / Hide Table of Contents

    Class ChartAxisLabelCollection

    Represents a collection of ChartAxisLabel.

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

    Constructors

    ChartAxisLabelCollection()

    Declaration
    public ChartAxisLabelCollection()

    Methods

    ClearItems()

    ChartAxisLabelsCollection Clear Items

    Declaration
    protected override void ClearItems()

    InsertItem(Int32, ChartAxisLabel)

    Inserts an item into the collection at the specified index.

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

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

    ChartAxisLabel item

    The object to insert.

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