Intersoft ClientUI Documentation
GetActualDataPointAxisValue Method



The data point to retrieve the value from.
The axis to retrieve the value for.
Retrieves the value for a given access from a data point.
Syntax
Protected Overridable Function GetActualDataPointAxisValue( _
   ByVal dataPoint As IDataPoint, _
   ByVal axis As IAxis _
) As Object
Dim instance As DataPointSeriesWithAxes
Dim dataPoint As IDataPoint
Dim axis As IAxis
Dim value As Object
 
value = instance.GetActualDataPointAxisValue(dataPoint, axis)
protected virtual object GetActualDataPointAxisValue( 
   IDataPoint dataPoint,
   IAxis axis
)
protected:
virtual Object^ GetActualDataPointAxisValue( 
   IDataPoint^ dataPoint,
   IAxis^ axis
) 

Parameters

dataPoint
The data point to retrieve the value from.
axis
The axis to retrieve the value for.

Return Value

A function that returns a value appropriate for the axis when provided a DataPoint.
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