Version 23.1 (latest)

AddTextLabelsToScene(SceneGraph,String,PieChartAppearance,Point,Int32,Double) Method

Adds a text label to the specified scenegraph.
Syntax
protected void AddTextLabelsToScene( 
   SceneGraph scene,
   string labelStr,
   PieChartAppearance pieApp,
   Point center,
   int radius,
   double theta
)

Parameters

scene
The SceneGraph to add the text label to.
labelStr
The string value to assign to the text label.
pieApp
The appearance object containing settings for the appearance of the text label to add.
center
Location of the center of the circle (pie).
radius
Radius of the circle (pie).
theta
Angular deviation.
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