The SciChart.Drawing.Common.IRenderContext2D instance to draw to
The pen (TargetType SciChart.Drawing.Common.IPen2D) to apply to the grid line
The integer coordinate to draw at
The integer coordinate to draw to
DrawGridLine Method
Draws a single grid line on the RenderSurface, using the specified Style (TargetType System.Windows.Shapes.Line)
Syntax

Parameters

renderContext
The SciChart.Drawing.Common.IRenderContext2D instance to draw to
linePen
The pen (TargetType SciChart.Drawing.Common.IPen2D) to apply to the grid line
atPoint
The integer coordinate to draw at
toPoint
The integer coordinate to draw to
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also