Version

DrillLayer Constructor(IChartComponent,ChartCore,Color)

Constructor for DrillLayer accepts a color for the drill back button.
Syntax
'Declaration
 
Public Function New( _
   ByVal component As IChartComponent, _
   ByVal core As ChartCore, _
   ByVal itsColor As Color _
)
public DrillLayer( 
   IChartComponent component,
   ChartCore core,
   Color itsColor
)

Parameters

component
The IChartComponent on which the scene graph renders.
core
A reference to the ChartCore for data access, etc.
itsColor
A System.Drawing.Color for the drill back button.
Remarks

This initializes the DrillLayer's drill back button color. By default, the drill back button is always rendered at the top left of the Chart's grid region.

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