Paints a legend badge for the series value to specified image.

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

Syntax

C#
public void PaintLegendValueBadgeToImage(
	Image image,
	int seriesValueIndex
)
Visual Basic (Declaration)
Public Sub PaintLegendValueBadgeToImage ( _
	image As Image, _
	seriesValueIndex As Integer _
)
Visual C++
public:
void PaintLegendValueBadgeToImage(
	Image^ image, 
	int seriesValueIndex
)

Parameters

image
Type: System.Drawing..::.Image
seriesValueIndex
Type: System..::.Int32

See Also