BarChartDraw Method

Override this method to draw 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 Draw(
	Graphics gr
)

Parameters

gr  Graphics
Off-screen graphics.

See Also