[]
        
(Showing Draft Content)

C1.WPF.C1Chart.AxisCollection

AxisCollection Class

Represents collection of axes.

Inheritance
AxisCollection
Namespace: C1.WPF.C1Chart
Assembly: C1.WPF.C1Chart.4.6.2.dll
Syntax
public class AxisCollection : Collection<Axis>, IList<Axis>, ICollection<Axis>, IList, ICollection, IReadOnlyList<Axis>, IReadOnlyCollection<Axis>, IEnumerable<Axis>, IEnumerable

Constructors

Name Description
AxisCollection()

Initializes a new instance of AxisCollection class.

Properties

Name Description
this[string]

Gets the axis by its name.

Methods

Name Description
ClearItems()

Removes items from the collection.

InsertItem(int, Axis)

Inserts an element into the collection at the specified index.

RemoveItem(int)

Removes the item at the specified index of the collection.