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

Syntax

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

See Also