Overridden. See PaintLegendValueBadge(GraphicStream, VectorRectangle, Int32).
Namespace:
PerpetuumSoft.ChartsAssembly: 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 |
Parameters
- graphicStream
- Type: PerpetuumSoft.Framework.Drawing..::.GraphicStream
- seriesValueIndex
- Type: System..::.Int32