ElementPosition.Bottom 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 bottom position of a chart element, in relative coordinates.
public:
property float Bottom { float get(); };
[System.ComponentModel.Browsable(false)]
public float Bottom { get; }
[<System.ComponentModel.Browsable(false)>]
member this.Bottom : single
Public ReadOnly Property Bottom As Single
Property Value
A float
value that represents the relative position of the bottom of a chart element.
- Attributes
Remarks
The bottom of the chart element 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.