ChartBaseDrawBackGround Method

Override this method to draw background on Off-screen graphics.

Definition

Namespace: BeeMobile.Charts
Assembly: BeeMobile.Charts.NET48 (in BeeMobile.Charts.NET48.dll) Version: 4.8.0.3
C#
protected override void DrawBackGround(
	Graphics grBack
)

Parameters

grBack  Graphics
Off-screen graphics.

See Also