Intersoft ClientUI Documentation
GetPlotAreaCoordinate(Object) Method



The value to return the plot area coordinate for.
Returns the plot area coordinate of a given value.
Syntax
Public Overloads Overrides Function GetPlotAreaCoordinate( _
   ByVal value As Object _
) As UnitValue
Dim instance As RangeAxis
Dim value As Object
Dim value As UnitValue
 
value = instance.GetPlotAreaCoordinate(value)
public override UnitValue GetPlotAreaCoordinate( 
   object value
)
public:
UnitValue GetPlotAreaCoordinate( 
   Object^ value
) override 

Parameters

value
The value to return the plot area coordinate for.

Return Value

The plot area coordinate of the given value.
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

RangeAxis Class
RangeAxis Members
Overload List

Send Feedback