The following tables list the members exposed by ElementPosition.
Name | Description | |
---|---|---|
ElementPosition Constructor | Overloaded. Element position default constructor |
Name | Description | |
---|---|---|
Auto | Gets or sets a value that determines if an applicable chart element will be positioned automatically by the Chart control. Auto positionong flag | |
Height | Gets or sets the height of an applicable chart element. Element height | |
Width | Gets or sets the width of an applicable chart element. Element width | |
X | Gets or sets the relative x-coordinate of the top-left corner of an applicable chart element. Element X position | |
Y | Gets or sets the relative y-coordinate of the top-left corner of an applicable chart element. Element Y position |
Name | Description | |
---|---|---|
Bottom | Returns the relative position of the bottom of an applicable chart element. Gets bottom position in relative coordinates. | |
Equals | Overridden. Determines whether two chart elements have the exact same position. Determines whether two element positions are equal. | |
FromRectangleF | Initializes element position from RectangleF. Initialize element position from RectangleF | |
GetHashCode | Overridden. Hash function of the element position. | |
GetSize | Returns the size of a chart element as a SizeF object. Gets position size. | |
Right | Returns the relative position of the right-hand side of an applicable chart element. Gets right position in relative coordinates. | |
ToRectangleF | Returns a RectangleF object that uses the coordinates of an ElementPosition object. Convert element position into RectangleF | |
ToString | Overridden. Returns a string expression that represents a chart element's position. Returns string that represent element position. |