Version

DrawGridLine Method

Draws a grid line for this radar chart layer.
Syntax
'Declaration
 
Public Sub DrawGridLine( _
   ByVal radius As Integer, _
   ByVal center As Point, _
   ByVal radarApp As RadarChartAppearance, _
   ByVal scene As SceneGraph, _
   ByVal modulusSum As Double, _
   ByVal axisApp As AxisAppearance _
) 
public void DrawGridLine( 
   int radius,
   Point center,
   RadarChartAppearance radarApp,
   SceneGraph scene,
   double modulusSum,
   AxisAppearance axisApp
)

Parameters

radius
Radius of the radar.
center
Center point of the radar.
radarApp
Appearance containing settings which determine the appearance of this radar chart.
scene
Scene to add the grid line to.
modulusSum
Divisor of radius used for calculating the length of a single unit.
axisApp
Appearance containing settings which determine the appearance of axes on this chart.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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