バージョン

ImagePipePageName プロパティ

SecureImagePipe として指定された Web フォームの名前です。
シンタックス
'宣言
 
Public Property ImagePipePageName As String
public string ImagePipePageName {get; set;}
解説

SecureImagePipe コンポーネントを含むプロジェクト内の Web フォームの名前。このページは、チャート画像のデータをサーバーからブラウザに安全にストリームするために使用します。

詳細は、SecureImagePipe を参照してください。

使用例
'sets the name of the page for the chart to use for the Imagepipe Control
Chart.ImagePipePageName="ImagePipe.Aspx"
//sets the name of the page for the chart to use for the Imagepipe Control
Chart.ImagePipePageName="ImagePipe.Aspx";
参照