Chart.OnPaintBackground(PaintEventArgs) Method

Definition

Overrides the OnPaintBackground(PaintEventArgs) method.

protected:
 override void OnPaintBackground(System::Windows::Forms::PaintEventArgs ^ pevent);
protected override void OnPaintBackground (System.Windows.Forms.PaintEventArgs pevent);
override this.OnPaintBackground : System.Windows.Forms.PaintEventArgs -> unit
Protected Overrides Sub OnPaintBackground (pevent As PaintEventArgs)

Parameters

pevent
PaintEventArgs

A PaintEventArgs object that contains the event arguments.

Applies to