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


This represents a collection of ChartArea objects.


ChartAreaCollection class represents a strongly typed collection of ChartArea objects. Each chart area has a unique name in the collection and can be retrieved by name or index.

Object Model

Syntax

Visual Basic (Declaration)  
Public Class ChartAreaCollection 
Visual Basic (Usage) Copy Code
Dim instance As ChartAreaCollection
C#  
public class ChartAreaCollection 

Remarks

The ChartAreaCollection class represents a collection of ChartArea objects, which in turn represent the chart areas that are displayed within the chart image.

This class is exposed as the ChartAreas property of the root Chart object.

Inheritance Hierarchy

System.Object
   Dundas.Charting.WebControl.ChartAreaCollection

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.