Dundas Chart for ASP.NET
AxisName Enumeration
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace : AxisName Enumeration


Specifies the name of an axis.


Axis Name

Syntax

Visual Basic (Declaration)  
Public Enum AxisName 
   Inherits Enum
Visual Basic (Usage) Copy Code
Dim instance As AxisName
C#  
public enum AxisName : Enum 

Members

Member Description
X

Primary X-axis.


Primary X Axis
Y

Primary Y-axis.


Primary Y Axis
X2

Secondary X-axis.


Secondary X Axis
Y2

Secondary Y-axis.


Secondary Y Axis

Remarks

The AxisName enumeration represents the four different axes that may be used for a chart.

Bar and stacked bar charts have their axes rotated 90 degrees clockwise. For example, the primary X-axis for these two charts is the left-vertical axis.

For all charts except bar, stacked bar, pie and doughnut the primary and secondary axes are as follows:

Axis Type

Description

Primary X-Axis

Bottom-horizontal axis.

Secondary X-Axis

Top-horizontal axis.

Primary Y-Axis

Left-vertical axis.

Secondary Y-Axis

Right-vertical axis

Bar-type charts have their axes rotated 90 degrees clockwise. For example, the primary X-axis for these two charts is the left-vertical axis.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Dundas.Charting.WebControl.AxisName

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.