LineChartDrawWelcomeScreen Method

Paints the client area if there are no Axis objects in the XAxis and YAxisCollection of the LineChart.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
protected virtual void DrawWelcomeScreen(
	Graphics gxOff
)

Parameters

gxOff  Graphics
A Graphics object used to perform the painting.

See Also