Paints a legend item.
Namespace:
PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# |
|---|
public void Paint( GraphicStream graphicStream, Vector topLeftPoint ) |
| Visual Basic (Declaration) |
|---|
Public Sub Paint ( _ graphicStream As GraphicStream, _ topLeftPoint As Vector _ ) |
| Visual C++ |
|---|
public: void Paint( GraphicStream^ graphicStream, Vector topLeftPoint ) |
Parameters
- graphicStream
- Type: PerpetuumSoft.Framework.Drawing..::.GraphicStream
- topLeftPoint
- Type: PerpetuumSoft.Framework.Drawing..::.Vector