Share via


LegendCell.Image 속성

정의

범례 셀의 이미지 이름을 가져오거나 설정합니다.

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 값입니다.

설명

이미지 이름은 URL 이어야 합니다.

이 속성은만 적용 하는 경우는 CellType 속성이 Image합니다.

적용 대상