ChartLegendRender Method

Renders the legend.

Definition

Namespace: BeeMobile.LineChart
Assembly: BeeMobile.LineChart.NET48 (in BeeMobile.LineChart.NET48.dll) Version: 4.8.1.10 (4.8.1.10)
C#
public void Render(
	Graphics gr,
	Size aSize
)

Parameters

gr  Graphics
Graphics object
aSize  Size
The size of the area in which the legend should be rendered.

See Also