Click or drag to resize
ChartAxisItemsCollection Class
A collection to store axis items.
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelChartingStateManagedCollectionChartAxisItem
    Kettic.AspNet.Controls.ChartModelChartAxisItemsCollection

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public class ChartAxisItemsCollection : ChartingStateManagedCollection<ChartAxisItem>

The ChartAxisItemsCollection type exposes the following members.

Constructors
  NameDescription
Public methodChartAxisItemsCollection
Creates a new instance of the ChartAxisItemsCollection class.
Public methodChartAxisItemsCollection(Color)
Creates a new instance of the AxisItems class with the specified default item color.
Public methodChartAxisItemsCollection(Font)
Creates a new instance of the AxisItems class with the specified default item font.
Public methodChartAxisItemsCollection(ChartAxis)
Creates a new instance of the ChartAxisItemsCollection class.
Public methodChartAxisItemsCollection(Font, Color)
Creates a new instance of the AxisItems class with the specified default item font and color.
Top
Methods
Properties
See Also