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


The following tables list the members exposed by ElementPosition.

Public Constructors

  Name Description
Public Constructor ElementPosition Constructor Overloaded.  Element position default constructor  
Top

Public Properties

  Name Description
Public Property Auto Gets or sets a value that determines if an applicable chart element will be positioned automatically by the Chart control.
Auto positionong flag  
Public Property Height Gets or sets the height of an applicable chart element.
Element height  
Public Property Width Gets or sets the width of an applicable chart element.
Element width  
Public Property X Gets or sets the relative x-coordinate of the top-left corner of an applicable chart element.
Element X position  
Public Property Y Gets or sets the relative y-coordinate of the top-left corner of an applicable chart element.
Element Y position  
Top

Public Methods

  Name Description
Public Method Bottom Returns the relative position of the bottom of an applicable chart element.
Gets bottom position in relative coordinates.  
Public Method Equals Overridden. Determines whether two chart elements have the exact same position.
Determines whether two element positions are equal.  
Public Method FromRectangleF Initializes element position from RectangleF.
Initialize element position from RectangleF  
Public Method GetHashCode Overridden.  Hash function of the element position.  
Public Method GetSize Returns the size of a chart element as a SizeF object.
Gets position size.  
Public Method Right Returns the relative position of the right-hand side of an applicable chart element.
Gets right position in relative coordinates.  
Public Method ToRectangleF Returns a RectangleF object that uses the coordinates of an ElementPosition object.
Convert element position into RectangleF  
Public Method ToString Overridden. Returns a string expression that represents a chart element's position.
Returns string that represent element position.  
Top

See Also

© 2009 All Rights Reserved.