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
Creates a new instance of the ChartAxisItemsCollection class.
public ChartAxisItemsCollection()
Creates a new instance of the ChartAxisItemsCollection class.
Creates a new instance of the AxisItems class with the specified default item color.
public ChartAxisItemsCollection(Color itemColor)
Axis item text color settings
Creates a new instance of the AxisItems class with the specified default item font and color.
public ChartAxisItemsCollection(Font itemFont, Color itemColor)
Axis item's Font settings
itemColorColorAxis item text color settings
Creates a new instance of the AxisItems class with the specified default item font.
public ChartAxisItemsCollection(Font itemFont)
Axis item's Font settings
Properties
Gets or sets a ChartAxisItem element at the specified position.
[Browsable(false)]
public override ChartAxisItem this[int index] { get; set; }
Overrides:
Methods
Adds a chart axis item to the collection.
public override void Add(ChartAxisItem chartAxisItem)
Axis item to add
Overrides: