Serves as the root class of the Chart control.
Summary description for enterprize chart control.
Visual Basic (Declaration) | |
---|---|
Public Class Chart Inherits DataBoundControl |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class Chart : DataBoundControl |
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.
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
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