Paints a legend badge for the series value.
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
C# |
---|
public abstract void PaintLegendValueBadge( GraphicStream graphicStream, VectorRectangle area, int seriesValueIndex ) |
Visual Basic (Declaration) |
---|
Public MustOverride Sub PaintLegendValueBadge ( _ graphicStream As GraphicStream, _ area As VectorRectangle, _ seriesValueIndex As Integer _ ) |
Visual C++ |
---|
public: virtual void PaintLegendValueBadge( GraphicStream^ graphicStream, VectorRectangle area, int seriesValueIndex ) abstract |
Parameters
- graphicStream
- Type: PerpetuumSoft.Framework.Drawing..::.GraphicStream
- seriesValueIndex
- Type: System..::.Int32