Annotation.AnchorDataPointName 属性
定义
获取或设置批注所定位到的数据点的名称。Gets or sets the name of a data point to which an annotation is anchored.
public:
virtual property System::String ^ AnchorDataPointName { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public virtual string AnchorDataPointName { get; set; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.AnchorDataPointName : string with get, set
Public Overridable Property AnchorDataPointName As String
属性值
一个 string
值,该值表示批注所定位到的数据点的名称。A string
value that represents the name of the data point that an annotation is anchored to.
- 属性