Version

FillSceneGraph Method (RadialGaugeScaleTickmarkAppearance)

Adds primitives to the scene in the form of radial gauge section tickmarks.
Syntax
'Declaration
 
Public Sub FillSceneGraph( _
   ByVal scene As PrimitiveCollection, _
   ByVal gaugeSection As RadialGaugeScale, _
   ByVal dialBounds As Rectangle, _
   ByVal tickmarkValues As Array _
) 
public void FillSceneGraph( 
   PrimitiveCollection scene,
   RadialGaugeScale gaugeSection,
   Rectangle dialBounds,
   Array tickmarkValues
)

Parameters

scene
The PrimitiveCollection containing primitives to be rendered in the scene graph.
gaugeSection
The gauge section in context.
dialBounds
The bounds of the dial of the radial gauge in context.
tickmarkValues
The values of all tickmarks to be mapped; each value will be mapped on the current section's Scale.
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