ChartPaintEventArgs.Chart Property

Definition

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

Property Value

The root Chart object.

Remarks

The Chart property allows the developer to set chart properties during the PostPaint and PrePaint events of the Chart control.

Applies to