DataPointCustomProperties.BackImage 属性
定义
获取或设置数据点的背景图像。Gets or sets the background image of the data point.
public:
property System::String ^ BackImage { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
public string BackImage { get; set; }
[<System.ComponentModel.Bindable(true)>]
member this.BackImage : string with get, set
Public Property BackImage As String
属性值
一个 string 值,该值表示背景图像文件的名称。A string value that represents the name of the background image file.
- 属性