ChartPaintEventArgs.Chart Propriedade

Definição

Obtém o objeto Chart raiz.Gets the root Chart object.

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

Valor da propriedade

Chart

O Chart objeto raiz.The root Chart object.

Comentários

A Chart propriedade permite que o desenvolvedor defina propriedades de gráfico durante PostPaint os PrePaint eventos e do Chart controle.The Chart property allows the developer to set chart properties during the PostPaint and PrePaint events of the Chart control.

Aplica-se a