Version

putText(DataPoint,SceneGraph,ChartTextAppearance) Method

Adds a ChartText object to the SceneGraph for the specified DataPoint.
Syntax
'Declaration
 
Protected Overridable Sub putText( _
   ByVal b1 As DataPoint, _
   ByVal scene As SceneGraph, _
   ByVal chartTextAppearance As ChartTextAppearance _
) 
protected virtual void putText( 
   DataPoint b1,
   SceneGraph scene,
   ChartTextAppearance chartTextAppearance
)

Parameters

b1
The DataPoint to add a new ChartText object for.
scene
The SceneGraph to add the ChartText to.
chartTextAppearance
A ChartTextAppearance object with settings which determine the appearance and behavior of the label to add.
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