Version

ChartImagesPath Property

Relative path where chart images for scrollbar and cross hair will be saved. Relative path means relative to web application using chart. Also during design time this path will be used for saving temporary design time images needed by Visual Studio.
Syntax
'Declaration
 
Public Property ChartImagesPath As String
public string ChartImagesPath {get; set;}
Example
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";
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also