Version

FillSceneGraphLinearGradient Method (LegendLayer)

Draws a linear gradient legend. Used by heat map charts and charts with data value based color models.
Syntax
'Declaration
 
Protected Sub FillSceneGraphLinearGradient( _
   ByVal scene As SceneGraph, _
   ByVal isHeatMap As Boolean _
) 
protected void FillSceneGraphLinearGradient( 
   SceneGraph scene,
   bool isHeatMap
)

Parameters

scene
The SceneGraph to add the legend to.
isHeatMap
Whether or not this chart is a heat map chart.
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