Intersoft ClientUI Documentation
GetAxes(IDataPoint) Method



The first data point.
Acquire a horizontal linear axis and a vertical linear axis.
Syntax
Protected Overloads Overrides Sub GetAxes( _
   ByVal firstDataPoint As IDataPoint _
) 
Dim instance As PolarSeries
Dim firstDataPoint As IDataPoint
 
instance.GetAxes(firstDataPoint)
protected override void GetAxes( 
   IDataPoint firstDataPoint
)
protected:
void GetAxes( 
   IDataPoint^ firstDataPoint
) override 

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

PolarSeries Class
PolarSeries Members
Overload List

Send Feedback