Version

RenderLabels Method

Renders this scale's labels to the SceneGraph.
Syntax
'Declaration
 
Public Overridable Sub RenderLabels( _
   ByVal scene As PrimitiveCollection, _
   ByVal gaugeBounds As Rectangle, _
   ByVal scaleBounds As Rectangle, _
   ByVal majorLabelValues As Array, _
   ByVal orientation As LinearOrientation _
) 
public virtual void RenderLabels( 
   PrimitiveCollection scene,
   Rectangle gaugeBounds,
   Rectangle scaleBounds,
   Array majorLabelValues,
   LinearOrientation orientation
)

Parameters

scene
The SceneGraph to render Primitives to.
gaugeBounds
The bounding rectangle of the parent gauge.
scaleBounds
The bounding rectangle of this scale.
majorLabelValues
The values at which to map each label.
orientation
The orientation of the linear gauge upon which this scale is being rendered.
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