Intersoft ClientUI Documentation
CreateRangeAxisFromData Method



The value to evaluate to determine which type of axis to create.
Creates the correct range axis based on the data.
Syntax
Protected Shared Function CreateRangeAxisFromData( _
   ByVal value As Object _
) As IRangeAxis
Dim value As Object
Dim value As IRangeAxis
 
value = DataPointSeriesWithAxes.CreateRangeAxisFromData(value)
protected static IRangeAxis CreateRangeAxisFromData( 
   object value
)
protected:
static IRangeAxis^ CreateRangeAxisFromData( 
   Object^ value
) 

Parameters

value
The value to evaluate to determine which type of axis to create.

Return Value

The range axis appropriate that can plot the provided value.
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