Annotation.Bottom 属性
定义
获取或设置批注位置的下边界。Gets or sets the bottom boundary of an annotation position.
public:
virtual property double Bottom { double get(); void set(double value); };
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.DoubleNanValueConverter))]
public virtual double Bottom { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.TypeConverter(typeof(System.Web.UI.DataVisualization.Charting.DoubleNanValueConverter))>]
member this.Bottom : double with get, set
Public Overridable Property Bottom As Double
属性值
一个 double 值,该值表示批注的下边界位置。A double value that represents the position of the bottom boundary of an annotation.
- 属性
注解
若要使用轴坐标,请使用属性将批注定位到数据点 AnchorDataPoint ,或使用和属性设置批注轴 AxisX , AxisY 并将属性设置 IsSizeAlwaysRelative 为 false 。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.