ViewEventArgs.ChartArea Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l'objet ChartArea auquel appartient un affichage.
public:
property System::Windows::Forms::DataVisualization::Charting::ChartArea ^ ChartArea { System::Windows::Forms::DataVisualization::Charting::ChartArea ^ get(); };
public System.Windows.Forms.DataVisualization.Charting.ChartArea ChartArea { get; }
member this.ChartArea : System.Windows.Forms.DataVisualization.Charting.ChartArea
Public ReadOnly Property ChartArea As ChartArea
Valeur de propriété
Objet ChartArea qui représente la zone de graphique à laquelle appartient un affichage.
Remarques
Cette propriété est exposée dans les AxisViewChanged événements et AxisViewChanging de l’objet racine Chart .
La ChartArea propriété peut être utilisée pour déterminer la zone de graphique à laquelle appartient la vue, en accédant à la Name propriété . Cette propriété peut également être utilisée pour obtenir et définir des propriétés de zone de graphique.