MobileForms Toolkit Documentation

CompactChart.OnPaintBackground Method 

Does nothing.

protected override void OnPaintBackground(
PaintEventArgs e
);

Parameters

e
A PaintEventArgs that contains the event data.

Remarks

Method is overriden to prevent painting the background with the selected BackColor. This painting is done in OnPaint method.

See Also

CompactChart Class | Resco.Controls.CompactChart Namespace