Overridden. See Paint(GraphicStream, Vector, AxisDirection, Stroke, Boolean).
    Namespace: 
   PerpetuumSoft.ChartsAssembly: PerpetuumSoft.Charts (in PerpetuumSoft.Charts.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public override void Paint( GraphicStream g, Vector startPoint, AxisDirection direction, Stroke stroke, bool reverse )  | 
| Visual Basic (Declaration) | 
|---|
Public Overrides Sub Paint ( _ g As GraphicStream, _ startPoint As Vector, _ direction As AxisDirection, _ stroke As Stroke, _ reverse As Boolean _ )  | 
| Visual C++ | 
|---|
public: virtual void Paint( GraphicStream^ g, Vector startPoint, AxisDirection direction, Stroke^ stroke, bool reverse ) override  | 
Parameters
- startPoint
 - Type: PerpetuumSoft.Framework.Drawing..::.Vector
 
- direction
 - Type: PerpetuumSoft.Charts..::.AxisDirection
 
- stroke
 - Type: PerpetuumSoft.Framework.Drawing..::.Stroke
 
- reverse
 - Type: System..::.Boolean