Annotation.Bottom Property

.NET Framework (current version)
 

Gets or sets the bottom boundary of an annotation position.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

[<BrowsableAttribute(false)>]
abstract Bottom : float with get, set
[<BrowsableAttribute(false)>]
override Bottom : float with get, set

Property Value

Type: System.Double

A double value that represents the position of the bottom boundary of an annotation.

To use axes coordinates, anchor an annotation to a data point using the AnchorDataPoint property, or set the annotation axes using the AxisX and AxisY properties and set the IsSizeAlwaysRelative property to false.

.NET Framework
Available since 4.0
Return to top
Show: