Paints a marker in a legend for the series value.

Namespace:  PerpetuumSoft.Charts
Assembly:  PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1

Syntax

C#
protected void PaintLegendMarkers(
	GraphicStream g,
	Vector legendSize,
	Vector centerMarker,
	int seriesIndex
)
Visual Basic (Declaration)
Protected Sub PaintLegendMarkers ( _
	g As GraphicStream, _
	legendSize As Vector, _
	centerMarker As Vector, _
	seriesIndex As Integer _
)
Visual C++
protected:
void PaintLegendMarkers(
	GraphicStream^ g, 
	Vector legendSize, 
	Vector centerMarker, 
	int seriesIndex
)

See Also