Intersoft ClientUI Documentation
GetPlotAreaCoordinate Method (IAxis)



The value for which to retrieve the plot area coordinate.
The plot area coordinate of a value.
Syntax
Function GetPlotAreaCoordinate( _
   ByVal value As Object _
) As UnitValue
Dim instance As IAxis
Dim value As Object
Dim value As UnitValue
 
value = instance.GetPlotAreaCoordinate(value)
UnitValue GetPlotAreaCoordinate( 
   object value
)
UnitValue GetPlotAreaCoordinate( 
   Object^ value
) 

Parameters

value
The value for which to retrieve the plot area coordinate.

Return Value

The plot area coordinate.
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

IAxis Interface
IAxis Members

Send Feedback