Paints a marker in a legend for the series value.
    Namespace: 
   PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
protected void PaintLegendMarkers( GraphicStream g, Vector legendSize, Vector centerMarker, int seriesIndex )  | 
| Visual Basic (Declaration) | 
|---|
Protected Sub PaintLegendMarkers ( _ g As GraphicStream, _ legendSize As Vector, _ centerMarker As Vector, _ seriesIndex As Integer _ )  | 
| Visual C++ | 
|---|
protected: void PaintLegendMarkers( GraphicStream^ g, Vector legendSize, Vector centerMarker, int seriesIndex )  | 
Parameters
- legendSize
 - Type: PerpetuumSoft.Framework.Drawing..::.Vector
 
- centerMarker
 - Type: PerpetuumSoft.Framework.Drawing..::.Vector
 
- seriesIndex
 - Type: System..::.Int32