Intersoft ClientUI Documentation
GetPlotAreaCoordinateRange Method (CategoryAxis)



The category to return the range for.
Returns range of coordinates for a given category.
Syntax
Public Function GetPlotAreaCoordinateRange( _
   ByVal category As Object _
) As Range(Of UnitValue)
Dim instance As CategoryAxis
Dim category As Object
Dim value As Range(Of UnitValue)
 
value = instance.GetPlotAreaCoordinateRange(category)
public Range<UnitValue> GetPlotAreaCoordinateRange( 
   object category
)
public:
Range<UnitValue> GetPlotAreaCoordinateRange( 
   Object^ category
) 

Parameters

category
The category to return the range for.

Return Value

The range of coordinates corresponding to the category.
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

CategoryAxis Class
CategoryAxis Members

Send Feedback