Click or drag to resize
ChartAxisItem Class
Axis item in Chart
Inheritance Hierarchy

Namespace: Kettic.AspNet.Controls.ChartModel
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class ChartAxisItem : ChartLabel

The ChartAxisItem type exposes the following members.

Constructors
  NameDescription
Public methodChartAxisItem
Creates a new instance of the class.
Public methodChartAxisItem(String)
Creates a new instance of the class.
Public methodChartAxisItem(IContainer)
Creates a new instance of the class.
Public methodChartAxisItem(String, Color)
Creates a new instance of the class.
Public methodChartAxisItem(String, Color, Boolean)
Creates a new instance of the class.
Public methodChartAxisItem(String, Color, Boolean, IContainer)
Creates a new instance of the class.
Top
Properties
  NameDescription
Public propertyValue
Gets or sets the axis value
Public propertyVisible
Gets or sets a boolean value indicates whether the axis item is visible
(Overrides ChartLabelBaseVisible.)
Top
See Also