Click or drag to resize
ChartAxis Class
Base calss for chart axis
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
public abstract class ChartAxis : RenderingElement

The ChartAxis type exposes the following members.

Constructors
  NameDescription
Public methodChartAxis(ChartDiagram)
Creates a new instance of the ChartAxis class.
Public methodChartAxis(ChartDiagram, IContainer)
Creates a new instance of the ChartAxis class.
Top
Methods
  NameDescription
Public methodAddItem(ChartAxisItem)
Adds ChartAxisItems to the axis.
Public methodAddItem(ListChartAxisItem)
Adds ChartAxisItems to the axis.
Public methodAddItem(ChartAxisItemsCollection)
Adds a ChartAxisItemsCollection to the axis.
Public methodAddItem(ChartAxisItem, ChartAxisItem)
Adds a ChartAxisItem to the axis.
Public methodAddRange
Automatically adds new axis items in AutoScale mode.
Public methodClear
Clears data values of the axis.
Public methodGetItem
Gets the item at the specified index.
Public methodRemoveAllItems
Removes all items
Public methodRemoveItem(Int32)
Removes the ChartAxisItem at the specified index.
Public methodRemoveItem(Int32, Int32)
Removes the ChartAxisItems at the specified indexes.
Public methodRemoveItem(ChartAxisItem, ChartAxisItem)
Removes the ChartAxisItem specified.
Public methodRemoveLastItem
Removes the last item from the axis.
Public methodSetItemColor
Sets new color for the axis item text at the specified position.
Public methodSetItemLabel(Int32, ChartAxisItem)
Sets new label for the axis item at the specified position.
Public methodSetItemLabel(Int32, String)
Sets new label text for the axis item at the specified position.
Top
Properties
  NameDescription
Public propertyAxisLabel
Axis label
Public propertyIsAutoScale
Whether enables the automatic axis scaling.
Public propertyIsFromZero
Specifies whether the axis begins from 0.
Public propertyItem
Gets the axis item in specified position.
Public propertyItems
Gets all axis items.
Public propertyLabelDisplayStep
Interval step of axis label will display
Public propertyMaxItemsCount
Gets or sets maximal count of the axis items
Public propertyMaxValue
The max value in the axis
Public propertyMinValue
The min value in the axis
Public propertyParent
Parent element for axis
Public propertyStep
The step value in axis
Public propertyStyleSet
Axis border style
Public propertyValuesVisibility
Visual settings of axis
Public propertyVisible
Gets or sets a boolean value indicates whether the axis is visible.
Top
See Also