Chart.CurrentImageLocation 속성

정의

Chart 컨트롤이 렌더링될 현재 이미지의 URL을 가져옵니다.

public:
 property System::String ^ CurrentImageLocation { System::String ^ get(); };
[System.ComponentModel.Bindable(false)]
[System.ComponentModel.Browsable(false)]
public string CurrentImageLocation { get; }
[<System.ComponentModel.Bindable(false)>]
[<System.ComponentModel.Browsable(false)>]
member this.CurrentImageLocation : string
Public ReadOnly Property CurrentImageLocation As String

속성 값

String

현재 차트 이미지의 URL을 나타내는 string 값입니다.

특성

설명

속성이 .로 설정된 ImageStorageMode.UseHttpHandler경우에는 이 속성이 ImageStorageMode 적용되지 않습니다.

적용 대상