Version

DrawDataOfChart Method

Draws the portion of this layer which represents the chart data.
Syntax
'Declaration
 
Public Sub DrawDataOfChart( _
   ByVal radius As Integer, _
   ByVal center As Point, _
   ByVal radarApp As RadarChartAppearance, _
   ByVal scene As SceneGraph, _
   ByVal modulusSum As Double, _
   ByVal max As Double, _
   ByVal min As Double, _
   ByVal axMain As NumericAxis _
) 
public void DrawDataOfChart( 
   int radius,
   Point center,
   RadarChartAppearance radarApp,
   SceneGraph scene,
   double modulusSum,
   double max,
   double min,
   NumericAxis axMain
)

Parameters

radius
Radius of radar scene.
center
Center of radar scene.
radarApp
RadarAppearance with settings determining the appearance of this chart.
scene
SceneGraph to add the radar data to.
modulusSum
Divisor of radius for calculating the size of a single unit of data.
max
Maximum value of the radar chart axis.
min
Minimum value of the radar chart axis.
axMain
Requirements

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