Returns absolute coordinates of the center point of the area.
Syntax
Visual Basic (Declaration) |
|
Public Shared Function GetAbsoluteCenterPoint( _
ByVal xAxis As Axis, _
ByVal yAxis As Axis _
) As PointF |
Parameters
- xAxis
- Axis X of the charting area.
- yAxis
- Axis Y of the charting area.
Return Value
Returns absolute coordinates of the center point.
Exceptions
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also