Annotation.Right 属性
定义
获取或设置批注的右边界位置。Gets or sets the right boundary position of an annotation.
public:
virtual property double Right { double get(); void set(double value); };
[System.ComponentModel.Browsable(false)]
[System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.DoubleNanValueConverter))]
public virtual double Right { get; set; }
[<System.ComponentModel.Browsable(false)>]
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Forms.DataVisualization.Charting.DoubleNanValueConverter))>]
member this.Right : double with get, set
Public Overridable Property Right As Double
属性值
一个 double
值,表示批注的右边界位置。A double
value that represents the position of the right 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
.