Intersoft ClientUI Documentation
GetCategoryRange Method



The category to retrieve the range for.
Gets a range in which to render a data point.
Syntax
Protected Function GetCategoryRange( _
   ByVal category As Object _
) As Range(Of UnitValue)
Dim instance As ColumnBarSeriesBase
Dim category As Object
Dim value As Range(Of UnitValue)
 
value = instance.GetCategoryRange(category)
protected Range<UnitValue> GetCategoryRange( 
   object category
)
protected:
Range<UnitValue> GetCategoryRange( 
   Object^ category
) 

Parameters

category
The category to retrieve the range for.

Return Value

The range in which to render a data point.
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

ColumnBarSeriesBase Class
ColumnBarSeriesBase Members

Send Feedback