A collection to store axis items.
Definition
Namespace:Telerik.Charting
Assembly:Telerik.WinControls.RadChart.dll
Syntax:
C#
public class ChartAxisItemsCollection : ChartingStateManagedCollection<ChartAxisItem>, IChartingStateManager, IList, ICollection, IEnumerable
Inheritance: objectChartingStateManagedCollection<ChartAxisItem>ChartAxisItemsCollection
Implements:
Inherited Members
Constructors
Creates a new instance of the ChartAxisItemsCollection class.
C#
public ChartAxisItemsCollection()
Creates a new instance of the ChartAxisItemsCollection class.
Creates a new instance of the AxisItems class with the specified default item color.
C#
public ChartAxisItemsCollection(Color itemColor)
Axis item text color settings
Creates a new instance of the AxisItems class with the specified default item font.
Properties
Gets or sets a ChartAxisItem element at the specified position.
C#
[Browsable(false)]
public override ChartAxisItem this[int index] { get; set; }
Overrides:
Methods
Adds a chart axis item to the collection.
C#
public override void Add(ChartAxisItem chartAxisItem)
Axis item to add
Overrides: