Chart.CurrentImageLocation Property

.NET Framework (current version)
 

Gets the URL of the current image into which the Chart control will be rendered.

Namespace:   System.Web.UI.DataVisualization.Charting
Assembly:  System.Web.DataVisualization (in System.Web.DataVisualization.dll)

<BindableAttribute(False)>
<BrowsableAttribute(False)>
Public ReadOnly Property CurrentImageLocation As String

Property Value

Type: System.String

A string value that represents the URL of the current chart image.

This property has no effect if ImageStorageMode is set to P:System.Web.UI.DataVisualization.Charting.Chart.ImageStorageMode.UseHttpHandler.

.NET Framework
Available since 4.0
Return to top
Show: