Compartilhar via


Propriedade do RDL ChartSeries.ChartAreaName

Name of the chart area in which to plot the series.

Namespace:  Microsoft.ReportingServices.RdlObjectModel
Assembly:  Microsoft.ReportingServices.Designer.Controls (em Microsoft.ReportingServices.Designer.Controls.dll)

Sintaxe

'Declaração
Public Property ChartAreaName As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

Tipo: System.String
A string value.

Consulte também

Referência

ChartSeries Classe

Namespace Microsoft.ReportingServices.RdlObjectModel