IGPlotItemPaintSymbol Method |
Paints a symbol for this plot item for use in a legend.
Namespace: Altaxo.Graph.Gdi.PlotAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax void PaintSymbol(
Graphics g,
RectangleF location
)
Parameters
- g Graphics
- The graphics context.
- location RectangleF
- The rectangle where the symbol should be painted into.
See Also