This documentation is archived and is not being maintained.
Annotation::Bottom Property
Visual Studio 2010
Gets or sets the bottom boundary of an annotation position.
Assembly: System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[BrowsableAttribute(false)] public: virtual property double Bottom { double get (); void set (double value); }
Property Value
Type: System::DoubleA 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.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: