ClassChartAxisItemsCollection
A collection to store axis items.
Definition
Namespace:Telerik.Reporting.Charting
Assembly:Telerik.Reporting.dll
Syntax:
public class ChartAxisItemsCollection : ChartingStateManagedCollection<ChartAxisItem>, IChartingStateManager
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
Color
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
Font
Axis item's Font settings
ChartAxisItemsCollection(Font, Color)
Creates a new instance of the AxisItems class with the specified default item font and color.
Declaration
public ChartAxisItemsCollection(Font itemFont, Color itemColor)
Parameters
itemFont
Font
Axis item's Font settings
itemColor
Color
Axis item text color settings
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
int
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