Intersoft ClientUI Documentation
GetPlotAreaCoordinate(Object,Double) Method



The value to return the plot area coordinate for.
The length of the axis.
Returns the plot area coordinate of a given value.
Syntax
Protected Overloads MustOverride Function GetPlotAreaCoordinate( _
   ByVal value As Object, _
   ByVal length As Double _
) As UnitValue
Dim instance As RangeAxis
Dim value As Object
Dim length As Double
Dim value As UnitValue
 
value = instance.GetPlotAreaCoordinate(value, length)
protected abstract UnitValue GetPlotAreaCoordinate( 
   object value,
   double length
)
protected:
abstract UnitValue GetPlotAreaCoordinate( 
   Object^ value,
   double length
) 

Parameters

value
The value to return the plot area coordinate for.
length
The length of the axis.

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