See Also

Axis Members  | dotnetCHARTING Namespace

Language

Visual Basic

C#

Show All

See Also Languages dotnetCHARTING Send comments on this topic.

Axis Class

Specifies smart time label automation. Similar to specific except the first tick will indicate the instance in time and take it's default value from the axis default tick. Specifies smart time label automation. Similar to specific except the first tick will indicate the instance in time and take it's default value from the axis default tick. Specifies the single value time label automation mode. time intervals are specified in RangeIntervalsRepresents an axis drawn on a ChartArea.

For a list of all members of this type, see Axis members.

Object Model






















Inheritance Hierarchy

System.Object
   dotnetCHARTING.Axis

Syntax

[Visual Basic]
Public Class Axis
[C#]
public class Axis

Remarks

The axis object is a powerful class that does the following.

Axes can behave in 3 different modes.
ModeDescription
Value AxisThe value axis dynamically displays a numeric or DateTime range. Properties such as Scale, Interval, TimeInterval and others that relate to ranges apply to this type of axis. Using ChartType.Combo, the y axis is a value axis, with ChartType.Horizontal the x axis is.
Label AxisThe label axis does not display a range of values but rather the names of elements or series. Using ChartType.Combo, the x axis is a label axis and with ChartType.Horizontal the y axis is. Using the DataEngine with DateGrouping generates elements with a numeric value in Element.YValue and a DateTime value in Element.XDateTime. Because the Combo chart's x axis is a label axis the date time value cannot be shown. To remedy this, the DataEngine also populates each element's Name property with a string representation of the DateTime value. This allows the x axis to show date values but it does not allow the use of advanced options such as setting the TimeInterval for those dates. To expose this functionality ChartType.Scatter must be used because the x axis for that chart type acts as a value axis.
Calculated AxisA calculated or shadow axis is created by using of the Axis.Calculate methods and must be added to the Chart.AxisCollection collection. It is drawn by the original axis and represents the same range but displays it in a different way.

See Also

Axis Members  | dotnetCHARTING Namespace

 

 


2002 - 2005 Webavail Productions Inc. & Corporate Web Solutions Ltd.. All Rights Reserved.