Intersoft ClientUI Documentation
GetRange Method (DataPointSeriesWithAxes)



The axis to retrieve the range for.
Returns the actual range of data for a given axis.
Syntax
Protected Overridable Function GetRange( _
   ByVal consumer As IRangeConsumer _
) As Range(Of IComparable)
Dim instance As DataPointSeriesWithAxes
Dim consumer As IRangeConsumer
Dim value As Range(Of IComparable)
 
value = instance.GetRange(consumer)
protected virtual Range<IComparable> GetRange( 
   IRangeConsumer consumer
)
protected:
virtual Range<IComparable^> GetRange( 
   IRangeConsumer^ consumer
) 

Parameters

consumer
The axis to retrieve the range for.

Return Value

The actual range of data.
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

DataPointSeriesWithAxes Class
DataPointSeriesWithAxes Members

Send Feedback