ChartPaintEventArgs.Chart Proprietà

Definizione

Ottiene l'oggetto Chart radice.

public:
 property System::Windows::Forms::DataVisualization::Charting::Chart ^ Chart { System::Windows::Forms::DataVisualization::Charting::Chart ^ get(); };
public System.Windows.Forms.DataVisualization.Charting.Chart Chart { get; }
member this.Chart : System.Windows.Forms.DataVisualization.Charting.Chart
Public ReadOnly Property Chart As Chart

Valore della proprietà

Oggetto Chart radice.

Commenti

La Chart proprietà consente allo sviluppatore di impostare le proprietà del grafico durante gli PostPaint eventi e PrePaint del Chart controllo.

Si applica a