DrawGridLines Method (PolarXAxis)
Draws grid lines on chart at specified coordinates
Overload List
Overload | Description |
---|---|
DrawGridLines(IRenderContext2D,IPen2D,IEnumerable<Single>) | Draws grid lines on chart at specified coordinates |
DrawGridLines(IRenderContext2D,TickCoordinates) | Called internal to draw gridlines before Axis drawing (Inherited from SciChart.Charting.Visuals.Axes.AxisBase) |
DrawGridLines(IRenderContext2D,IPen2D,XyDirection,Single) | Draws a single grid line on the RenderSurface, using the specified Style (TargetType System.Windows.Shapes.Line), SciChart.Charting.XyDirection and integer coordinate. (Inherited from SciChart.Charting.Visuals.Axes.AxisBase) |
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