バージョン

ChartImagesPath プロパティ

スクロールバーと十字線のチャートイメージが保存される相対パスです。相対パスというのはチャートを使用するウェブアプリケーションに相対なパスを意味します。また、デザインタイムにも、このパスを使用し、Visual Studioで必要な一時的なデザインタイム画像を保存します。
シンタックス
'宣言
 
Public Property ChartImagesPath As String
public string ChartImagesPath {get; set;}
使用例
Sets the path for the images to be stored on
'Sets the path for the images to be stored on
chart.ChartImagesPath="c:\tempimages"
Sets the path for the images to be stored on
//Sets the path for the images to be stored on
chart.ChartImagesPath="c:\tempimages";
参照