DataPointCustomProperties.LabelToolTip 属性      
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置数据点标签的工具提示。
public:
 property System::String ^ LabelToolTip { System::String ^ get(); void set(System::String ^ value); };[System.ComponentModel.Bindable(true)]
public string LabelToolTip { get; set; }[<System.ComponentModel.Bindable(true)>]
member this.LabelToolTip : string with get, setPublic Property LabelToolTip As String属性值
一个 string 值,该值表示数据点标签的工具提示。
- 属性