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