This topic has not yet been rated - Rate this topic

Chart.ImageLocation Property

Gets or sets the location where an image file is saved when ImageTag rendering is performed.

Namespace:  System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)
[BindableAttribute(true)]
[PersistenceModeAttribute(PersistenceMode.Attribute)]
public string ImageLocation { get; set; }
<asp:Chart ImageLocation="String" />

Property Value

Type: System.String
A string value that represents the URL where the image file is saved on the server.

This property has no effect if ImageStorageMode is set to UseHttpHandler.

When you render a chart image using the image tag method, a chart image is generated and then saved to disk at the server, in a format that is determined by the ChartImageType property.

The URL where the image file is saved can be either absolute or relative; the file extension that the image file has is determined by the ChartImageType property.

The image file can be hard-coded to always be one filename, or you can use the "#" sign to use either user identifiers (UIDs) or a specified number of uniquely named files, which is known as a Round Robin.

.NET Framework

Supported in: 4.5, 4

Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.