Intersoft ClientUI Documentation
GetPlotAreaCoordinate(Object,Double) Method



The value to plot.
The length of the axis.
Returns the plot area coordinate of a value.
Syntax
Protected Overloads Overrides Function GetPlotAreaCoordinate( _
   ByVal value As Object, _
   ByVal length As Double _
) As UnitValue
Dim instance As DateTimeAxis
Dim value As Object
Dim length As Double
Dim value As UnitValue
 
value = instance.GetPlotAreaCoordinate(value, length)
protected override UnitValue GetPlotAreaCoordinate( 
   object value,
   double length
)
protected:
UnitValue GetPlotAreaCoordinate( 
   Object^ value,
   double length
) override 

Parameters

value
The value to plot.
length
The length of the axis.

Return Value

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

DateTimeAxis Class
DateTimeAxis Members
Overload List

Send Feedback