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


Gets or sets the name of the ChartArea object used to plot the data series, if any.


Chart area in which this series is drawn

Syntax

Visual Basic (Declaration)  
Public Property ChartArea As String
Visual Basic (Usage) Copy Code
Dim instance As Series
Dim value As String
 
instance.ChartArea = value
 
value = instance.ChartArea
C#  
public string ChartArea {get; set;}

Return Value

A value that represents a ChartArea object, which is used to plot the series.

Remarks

When a series is added at both design-time and run-time it is automatically assigned to the "Default" ChartArea object, or the first available chart area in the chart areas collection if "Default" does not exist.

Set this property to a zero-length string if you do not want the series to be plotted.

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.