Chart.ChartAreas Propriedade

Definição

Obtém um objeto ChartAreaCollection somente leitura que é usado para armazenar objetos ChartArea.Gets a read-only ChartAreaCollection object that is used to store ChartArea objects.

public:
 property System::Web::UI::DataVisualization::Charting::ChartAreaCollection ^ ChartAreas { System::Web::UI::DataVisualization::Charting::ChartAreaCollection ^ get(); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)]
public System.Web.UI.DataVisualization.Charting.ChartAreaCollection ChartAreas { get; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.InnerProperty)>]
member this.ChartAreas : System.Web.UI.DataVisualization.Charting.ChartAreaCollection
Public ReadOnly Property ChartAreas As ChartAreaCollection

Valor da propriedade

ChartAreaCollection

Um objeto ChartAreaCollection usado para armazenar objetos ChartArea.A ChartAreaCollection object that is used to store ChartArea objects.

Atributos

Comentários

Essa propriedade de coleção permite que você acesse o ChartAreaCollection objeto, que armazena ChartArea objetos e também fornece métodos e propriedades usados para manipular a coleção.This collection property lets you access the ChartAreaCollection object, which stores ChartArea objects and also provides methods and properties used to manipulate the collection.

ChartArea os objetos são usados para plotar um ou mais gráficos.ChartArea objects are used to plot one or more charts.

Aplica-se a