Свойство ChartSeries.ChartAreaName
Name of the chart area in which to plot the series.
Пространство имен: Microsoft.ReportingServices.RdlObjectModel
Сборка: Microsoft.ReportingServices.Designer.Controls (в Microsoft.ReportingServices.Designer.Controls.dll)
Синтаксис
'Декларация
Public Property ChartAreaName As String
Get
Set
'Применение
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)
Значение свойства
Тип: System.String
A string value.
См. также
Справочник
Пространство имен Microsoft.ReportingServices.RdlObjectModel