MobileForms Toolkit Documentation

CompactChart.OnPaint Method 

Draws the chart into the client area.

protected override void OnPaint(
PaintEventArgs e
);

Parameters

e
A PaintEventArgs that contains the event data.

Remarks

Method draws the chart into the CompactChart's client area. Handles double buffering and also paints the background using either selected BackColor or GradientBackColor (based on UseGradient property). Does not call the base class' OnPaint method, therefore does not raise the Paint event.

See Also

CompactChart Class | Resco.Controls.CompactChart Namespace