ChartSeries.ChartAreaName Property
Name of the chart area in which to plot the series.
Namespace: Microsoft.ReportingServices.RdlObjectModel
Assembly: Microsoft.ReportingServices.Designer.Controls (in Microsoft.ReportingServices.Designer.Controls.dll)
Syntax
'Declaration
Public Property ChartAreaName As String
Get
Set
'Usage
Dim instance As ChartSeries
Dim value As String
value = instance.ChartAreaName
instance.ChartAreaName = value
public string ChartAreaName { get; set; }
public:
property String^ ChartAreaName {
String^ get ();
void set (String^ value);
}
member ChartAreaName : string with get, set
function get ChartAreaName () : String
function set ChartAreaName (value : String)
Property Value
Type: System.String
A string value.