Xamarin.Forms

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

    Show / Hide Table of Contents

    Class ChartAxisCollection

    Represents a collection of SFAxis.

    Inheritance
    System.Object
    ChartAxisCollection
    Namespace: Syncfusion.MacOS.Charts.SfChart
    Assembly: Syncfusion.SfChart.XForms.macOS.dll
    Syntax
    public class ChartAxisCollection : ObservableCollection<SFAxis>

    Constructors

    ChartAxisCollection()

    Declaration
    public ChartAxisCollection()

    Methods

    ClearItems()

    Clear does not support for Axes because all axis such as primary, secondary and series axis will get added in this collection.

    Declaration
    protected override void ClearItems()

    InsertItem(Int32, SFAxis)

    Declaration
    protected override void InsertItem(int index, SFAxis item)
    Parameters
    Type Name Description
    System.Int32 index
    SFAxis item
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved