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
Visual Basic (Declaration) | |
---|---|
Public Property ChartArea As String |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public string ChartArea {get; set;} |
Return Value
A value that represents a ChartArea object, which is used to plot the series.
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.
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