Click or drag to resize
ChartAxisX Class
The X axis of the Chart control
Inheritance Hierarchy
SystemObject
  Kettic.AspNet.Controls.ChartModelStateManagerBase
    Kettic.AspNet.Controls.ChartModelRenderingElement
      Kettic.AspNet.Controls.ChartModelChartAxis
        Kettic.AspNet.Controls.ChartModelChartAxisX

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 ChartAxisX : ChartAxis

The ChartAxisX type exposes the following members.

Constructors
  NameDescription
Public methodChartAxisX(ChartDiagram)
Creates a new instance of the ChartAxisX class.
Public methodChartAxisX(ChartDiagram, IContainer)
Creates a new instance of the ChartAxisX class.
Top
Methods
  NameDescription
Public methodAddItem(String)
Adds a new axis item.
Public methodAddItem(String, Color)
Adds a new axis item.
Public methodClearDataBoundState
Clears all data bound settings for axis
Top
Properties
  NameDescription
Public propertyAutoShrink
Specifies whether the axis is auto shrink or not.
Public propertyDataLabelsField
The data source column used as axis items labels source
Public propertyIsDataBound
Gets whether X ChartAxis data bound or not
Public propertyLayoutMode
Specifies the layout style of the axis.
Top
See Also