LegendCell.Image 属性

定义

获取或设置图例单元中的图像的名称。Gets or sets the name of the image in a legend cell.

public:
 virtual property System::String ^ Image { System::String ^ get(); void set(System::String ^ value); };
public virtual string Image { get; set; }
member this.Image : string with get, set
Public Overridable Property Image As String

属性值

String

一个 string 值,该值表示要在图例单元中使用的图像的名称。A string value that represents the name of the image to be used in the legend cell.

注解

映像名称应为 URL。The image name should be a URL.

仅当属性设置为时,此属性才适用 CellType ImageThis property is only applicable if the CellType property is set to Image.

适用于