Dundas.SharePoint.Charting.WebParts Send comments on this topic.
ChartAreaAxes Class
See Also  Members  
Dundas.Charting.WebControl Namespace : ChartAreaAxes Class


ChartAreaAxes class represents axes (X, Y, X2 and Y2) in the chart area. It contains methods that collect statistical information on data and other axes related methods.

Syntax

Visual Basic (Declaration)  
Public Class ChartAreaAxes 
   Inherits ChartElement
Visual Basic (Usage) Copy Code
Dim instance As ChartAreaAxes
C#  
public class ChartAreaAxes : ChartElement 

Inheritance Hierarchy

System.Object
   Dundas.Charting.WebControl.ChartElement
      Dundas.Charting.WebControl.ChartAreaAxes
         Dundas.Charting.WebControl.ChartArea3D

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