ElementPosition.Right Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the position of the right side of a chart element, in relative coordinates.
public:
property float Right { float get(); };
[System.ComponentModel.Browsable(false)]
public float Right { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Right : single
Public ReadOnly Property Right As Single
Property Value
A float
value that represents the position of the right side of a chart element.
- Attributes
Remarks
Returns a value that represents the relative position of the right side of an applicable chart element.
The right side position is always expressed in relative coordinates, and is either relative to a ChartArea object if plotted within a chart area, or relative to the entire chart image 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.