Paints a legend badge for the series to a specified image.
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public void PaintLegendBadgeToImage( Image image ) |
| Visual Basic (Declaration) |
|---|
Public Sub PaintLegendBadgeToImage ( _ image As Image _ ) |
| Visual C++ |
|---|
public: void PaintLegendBadgeToImage( Image^ image ) |
Parameters
- image
- Type: System.Drawing..::.Image