Dundas Chart for ASP.NET
GetAbsoluteRectangle Method
See Also  Send comments on this topic.
Dundas.Charting.WebControl Namespace > ChartGraphics Class : GetAbsoluteRectangle Method


relative
A RectangleF structure that is using relative coordinates.
Relative position in %

Takes a RectangleF object and converts its relative coordinates to absolute coordinates.


Converts Relative Coordinates of Rectangle to Absolute coordinates

Syntax

Visual Basic (Declaration)  
Public Function GetAbsoluteRectangle( _
   ByVal relative As RectangleF _
) As RectangleF
Visual Basic (Usage) Copy Code
Dim instance As ChartGraphics
Dim relative As RectangleF
Dim value As RectangleF
 
value = instance.GetAbsoluteRectangle(relative)
C#  
public RectangleF GetAbsoluteRectangle( 
   RectangleF relative
)

Parameters

relative
A RectangleF structure that is using relative coordinates.
Relative position in %

Return Value

A RectangleF object that uses absolute coordinates.


Absolute position

Remarks

Note that these absolute coordinates are always returned for the entire chart image.

See the Chart Coordinate System topic for a detailed explanation concerning the Chart's coordinate system.

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

Copyright © 2001 - 2009 Dundas Data Visualization, Inc. and others.