Dundas Chart for Windows Forms
Right Method
See Also  Send comments on this topic.
DundasWinChart Assembly > Dundas.Charting.WinControl Namespace > ElementPosition Class : Right Method


Returns the relative position of the right-hand side of an applicable chart element.
Gets right position in relative coordinates.

Syntax

Visual Basic (Declaration)  
Public Function Right() As Single
Visual Basic (Usage) Copy Code
Dim instance As ElementPosition
Dim value As Single
 
value = instance.Right()
C#  
public float Right()

Return Value

Right position.

Remarks

Returns a value that represents the relative position of the right-hand side of an applicable chart element.

The right-hand side is always in relative coordinates, and is either relative to a ChartArea object if plotted within a chart area, or relative to the entire chart picture if plotted outside of a chart area element.

Chart coordinates use "0,0" for a top-left corner, and "100,100" for a bottom-right corner. 

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

© 2009 All Rights Reserved.