Version

DrawRadialAxis(Int32,Point,RadarChartAppearance,SceneGraph,NumericAxis,AxisAppearance) Method

Draws a radial axis to the scene.
Syntax
'Declaration
 
Public Function DrawRadialAxis( _
   ByVal radius As Integer, _
   ByVal center As Point, _
   ByVal radarApp As RadarChartAppearance, _
   ByVal scene As SceneGraph, _
   ByVal axMain As NumericAxis, _
   ByVal axisAppX As AxisAppearance _
) As Point()
public Point[] DrawRadialAxis( 
   int radius,
   Point center,
   RadarChartAppearance radarApp,
   SceneGraph scene,
   NumericAxis axMain,
   AxisAppearance axisAppX
)

Parameters

radius
Radius of radar.
center
Center point of radar.
radarApp
Appearance object containing settings which determine the appearance of this radar chart.
scene
SceneGraph to draw the radial axis to.
axMain
Main axis of this radar chart.
axisAppX
AxisAppearance object containing settings for the X axis of this chart.

Return Value

The end points of the radial axes drawn.
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