Intersoft ClientUI Documentation
GetAxes(IDataPoint) Method



The first data point.
Method called to get series to acquire the axes it needs. Acquires no axes by default.
Syntax
Protected Overloads MustOverride Sub GetAxes( _
   ByVal firstDataPoint As IDataPoint _
) 
Dim instance As DataPointSeriesWithAxes
Dim firstDataPoint As IDataPoint
 
instance.GetAxes(firstDataPoint)
protected abstract void GetAxes( 
   IDataPoint firstDataPoint
)
protected:
abstract void GetAxes( 
   IDataPoint^ firstDataPoint
) 

Parameters

firstDataPoint
The first 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

DataPointSeriesWithAxes Class
DataPointSeriesWithAxes Members
Overload List

Send Feedback