Spread Windows Forms 6.0 Product Documentation
AxisHitTest Constructor
See Also  Support Options
FarPoint.Win.Chart Assembly > FarPoint.Win.Chart Namespace > AxisHitTest Class : AxisHitTest Constructor


plotArea
The plot area.
type
The type.
axis
The axis.

Glossary Item Box

Initializes a new instance of the AxisHitTest class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal plotArea As PlotArea, _
   ByVal type As AxisInfo.AxisType, _
   ByVal axis As Axis _
)
Visual Basic (Usage)Copy Code
Dim plotArea As PlotArea
Dim type As AxisInfo.AxisType
Dim axis As Axis
 
Dim instance As New AxisHitTest(plotArea, type, axis)
C# 
public AxisHitTest( 
   PlotArea plotArea,
   AxisInfo.AxisType type,
   Axis axis
)

Parameters

plotArea
The plot area.
type
The type.
axis
The axis.

Requirements

Target Platforms: 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

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.