DataPointCustomProperties.Label 属性

定义

获取或设置数据点标签的文本。

public:
 virtual property System::String ^ Label { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public virtual string Label { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.Label : string with get, set
Public Overridable Property Label As String

属性值

一个 string 值,该值表示数据点标签的文本。

属性

适用于