Version

DrillLayer Constructor(IChartComponent,ChartCore,Color,ContentAlignment)

Constructor for DrillLayer accepts a color and content alignment (other than top-left) for the drill back button.
Syntax
'Declaration
 
Public Function New( _
   ByVal component As IChartComponent, _
   ByVal core As ChartCore, _
   ByVal itsColor As Color, _
   ByVal itsAlign As ContentAlignment _
)
public DrillLayer( 
   IChartComponent component,
   ChartCore core,
   Color itsColor,
   ContentAlignment itsAlign
)

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.
itsAlign
A System.Drawing.ContentAlignment for the drill back button in relation to the center of the Chart's grid.
Remarks

This initializes the DrillLayer's drill back button color, and it's position along the edge of the chart to one of eight possible alignments (the default is normally TopLeft.)

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