Intersoft ClientUI Documentation
GetPlotAreaCoordinateRange Method (ICategoryAxis)



A category for which to retrieve the coordinate location.
Accepts a category and returns the coordinate range of that category on the axis.
Syntax
Function GetPlotAreaCoordinateRange( _
   ByVal category As Object _
) As Range(Of UnitValue)
Dim instance As ICategoryAxis
Dim category As Object
Dim value As Range(Of UnitValue)
 
value = instance.GetPlotAreaCoordinateRange(category)
Range<UnitValue> GetPlotAreaCoordinateRange( 
   object category
)
Range<UnitValue> GetPlotAreaCoordinateRange( 
   Object^ category
) 

Parameters

category
A category for which to retrieve the coordinate location.

Return Value

The coordinate range of the category on 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

Reference

ICategoryAxis Interface
ICategoryAxis Members

Send Feedback