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

Syntax

C#
public override void PaintLegendBadge(
	GraphicStream graphicStream,
	VectorRectangle area
)
Visual Basic (Declaration)
Public Overrides Sub PaintLegendBadge ( _
	graphicStream As GraphicStream, _
	area As VectorRectangle _
)
Visual C++
public:
virtual void PaintLegendBadge(
	GraphicStream^ graphicStream, 
	VectorRectangle area
) override

See Also