DataPointCustomProperties.LabelBackColor 属性

定义

获取或设置数据点标签的背景色。

public:
 property System::Drawing::Color LabelBackColor { System::Drawing::Color get(); void set(System::Drawing::Color value); };
[System.ComponentModel.Bindable(true)]
[System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public System.Drawing.Color LabelBackColor { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.ComponentModel.TypeConverter(typeof(System.Drawing.ColorConverter))>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.LabelBackColor : System.Drawing.Color with get, set
Public Property LabelBackColor As Color

属性值

Color

数据点标签的背景色。

属性

适用于