Intersoft ClientUI Documentation
GetPlotAreaCoordinate Method (CategoryAxis)



The value for which to retrieve the plot area coordinate.
The plot area coordinate of a value.
Syntax
Public Overrides Function GetPlotAreaCoordinate( _
   ByVal value As Object _
) As UnitValue
Dim instance As CategoryAxis
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 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

CategoryAxis Class
CategoryAxis Members

Send Feedback