Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the set of chart areas for the chart.
Espacio de nombres: Microsoft.ReportingServices.RdlObjectModel
Ensamblado: Microsoft.ReportingServices.Designer.Controls (en Microsoft.ReportingServices.Designer.Controls.dll)
Sintaxis
'Declaración
Public Property ChartAreas As IList(Of ChartArea)
Get
Set
'Uso
Dim instance As Chart
Dim value As IList(Of ChartArea)
value = instance.ChartAreas
instance.ChartAreas = value
public IList<ChartArea> ChartAreas { get; set; }
public:
property IList<ChartArea^>^ ChartAreas {
IList<ChartArea^>^ get ();
void set (IList<ChartArea^>^ value);
}
member ChartAreas : IList<ChartArea> with get, set
function get ChartAreas () : IList<ChartArea>
function set ChartAreas (value : IList<ChartArea>)
Valor de la propiedad
Tipo: System.Collections.Generic.IList<ChartArea>
An IList<T> object.
Vea también
Referencia
Espacio de nombres Microsoft.ReportingServices.RdlObjectModel