ElementPosition.Y Property
.NET Framework (current version)
Gets or sets the relative Y-coordinate of the top-left corner of an applicable chart element.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
<BindableAttribute(True)> <PersistenceModeAttribute(PersistenceMode.Attribute)> Public Property Y As Single
Property Value
Type: System.SingleA float value that represents the Y-coordinate of the top-left corner of an applicable chart element.
The Y property 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.
This property always uses relative coordinates; if you set a value outside the 0-100 pixel range, an exception will be thrown.
.NET Framework
Available since 4.0
Available since 4.0
Show: