Dundas Chart for Windows Forms
Chart Class
Members  See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace : Chart Class


Serves as the root class of the Chart control.


Dundas Chart windows forms control

Object Model













Syntax

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

Remarks

This class exposes all of the properties, methods and events of the Dundas Chart Windows Forms 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.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            Dundas.Charting.WinControl.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

© 2009 All Rights Reserved.