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


This class is used to create and display a chart area on the chart picture. The chart area is rectangle area on the chart picture, which has 4 axes, horizontal and vertical grids and different or same chart types. A Chart area can contain more than one different chart type. ChartArea class expose all the properties and methods of its base ChartArea3D class.

Object Model









Syntax

Visual Basic (Declaration)  
<DefaultPropertyAttribute("Axes")>
<DescriptionAttribute("Chart area attributes.")>
Public Class ChartArea 
   Inherits ChartArea3D
Visual Basic (Usage) Copy Code
Dim instance As ChartArea
C#  
[DefaultPropertyAttribute("Axes")]
[DescriptionAttribute("Chart area attributes.")]
public class ChartArea : ChartArea3D 

Inheritance Hierarchy

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

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