Intersoft ClientUI Documentation
GetCategoryAtPosition Method (ICategoryAxis)



The plot are coordinate.
Returns the category at a given coordinate.
Syntax
Function GetCategoryAtPosition( _
   ByVal position As UnitValue _
) As Object
Dim instance As ICategoryAxis
Dim position As UnitValue
Dim value As Object
 
value = instance.GetCategoryAtPosition(position)
object GetCategoryAtPosition( 
   UnitValue position
)
Object^ GetCategoryAtPosition( 
   UnitValue position
) 

Parameters

position
The plot are coordinate.

Return Value

The category at the given plot area coordinate.
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

Reference

ICategoryAxis Interface
ICategoryAxis Members

Send Feedback