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


Serves as the root class of the Chart control.


Summary description for enterprize chart control.

Object Model















Syntax

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

Remarks

This class exposes all of the properties, methods and events of the Dundas Chart Web control.

Two very important properties of the Chart class are the Series and ChartAreas properties, both of which are collection object properties. The Series collection stores Series objects, which are used to store data that is to be displayed as well as attributes of that data. The ChartAreas collection stores ChartArea objects, which are primarily used to draw one or more charts using one set of axes.

Refer to the Chart Elements topic for a definition of the elements that constitute a chart image.

Inheritance Hierarchy

System.Object
   System.Web.UI.Control
      System.Web.UI.WebControls.WebControl
         System.Web.UI.WebControls.BaseDataBoundControl
            System.Web.UI.WebControls.DataBoundControl
               Dundas.Charting.WebControl.Chart

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.