Click or drag to resize

PlotItemPaintSymbol Method

Paints a symbol for this plot item for use in a legend.

Namespace: Altaxo.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual void PaintSymbol(
	Graphics g,
	RectangleF location
)

Parameters

g  Graphics
The graphics context.
location  RectangleF
The rectangle where the symbol should be painted into.

Implements

IGPlotItemPaintSymbol(Graphics, RectangleF)
See Also