LegendItem.Image 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置将为图例项符号显示的图像。
public:
property System::String ^ Image { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Bindable(true)]
[System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)]
public string Image { get; set; }
[<System.ComponentModel.Bindable(true)>]
[<System.Web.UI.PersistenceMode(System.Web.UI.PersistenceMode.Attribute)>]
member this.Image : string with get, set
Public Property Image As String
属性值
一个 string
值,该值表示图像文件的 URL。 默认值为一个空字符串。
- 属性
注解
此属性确定要用于 LegendItem 符号的图像文件。
路径可以是绝对 URL 或相对 URL。
如果设置背景图像,无论属性设置如何,都会显示该 ImageStyle 图像。
BackImageTransparentColor设置 属性以使图像使用的一种颜色显示为透明。
注意
此属性仅适用于 LegendCell 为 LegendCellType 或 Image的 SeriesSymbol 对象。