Version

FillSceneGraphLinearGradient Method (CompositeLegend)

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

Parameters

drawRect
The rectangle to draw inside.
scene
The SceneGraph to add the legend to.
isHeatMap
Whether or not this chart is a heat map chart.
core
A reference to the chart core.
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