Version

Highlight Method (Box)

Adds highlighting onto the current Box.
Syntax
'Declaration
 
Public Overrides Sub Highlight( _
   ByVal scene As SceneGraph, _
   ByVal outlineColor As Color, _
   ByVal fillColor As Color _
) 
public override void Highlight( 
   SceneGraph scene,
   Color outlineColor,
   Color fillColor
)

Parameters

scene
A scene graph to add the highlighting Primitive to the foreground of.
outlineColor
A color to use as the outline of the highlighting Box, passed in based on the applicable chart appearance.
fillColor
A color to use in solid filling the highlighting Box, passed in based on the applicable chart appearance.
Remarks

Highlights the current Box by overlaying another Box of identical size, shape and location. The coloration parameters supplied to this method by the charting infrastructure correspond to the appropriate highlighting style established by the developer in the chart's appearance.

The fillColor specified may include an alpha (or transparent) component, allowing the original Box (and any adornments it may have, such as chart text) to be partially visible through the highlighting. When the fillColor is opaque, highlighting hides any adornments on the original graphical element.

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