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