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


Specifies the axis type for a Series' x and y-axes.


Chart axis type (Primary or Secondary).

Syntax

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

Members

Member Description
Primary

The x or Y-axis for the series is the primary x or Y-axis.


Primary axis. For X axis - bottom, for Y axis - left.
Secondary

The x or Y-axis for the series is the secondary x or Y-axis.


Secondary axis. For X axis - top, for Y axis - right.

Remarks

The AxisType enumeration represents the axis type used for a Series' x and y-axes.

A Series is plotted using two axes (except for pie and doughnut charts), and this enumeration is used in conjunction with the Series.XAxisType and Series.YAxisType properties to set the axes used for plotting the Series' associated data points.

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.AxisType

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.