Intersoft ClientUI Documentation
GetPlotAreaCoordinate Method (Axis)



The value for which to retrieve the plot area coordinate.
The plot area coordinate of a value.
Syntax
Public MustOverride Function GetPlotAreaCoordinate( _
   ByVal value As Object _
) As UnitValue
Dim instance As Axis
Dim value As Object
Dim value As UnitValue
 
value = instance.GetPlotAreaCoordinate(value)
public abstract UnitValue GetPlotAreaCoordinate( 
   object value
)
public:
abstract 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

Axis Class
Axis Members

Send Feedback