ChartWebPart.ImageUrl Property
Gets the URL of the Chart Web Part when it is saved as a temporary image on the server.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)
Syntax
'Declaration
Public Shared ReadOnly Property ImageUrl As String
Get
'Usage
Dim value As String
value = ChartWebPart.ImageUrl
public static string ImageUrl { get; }
Property Value
Type: System.String
The String object that represents the URL of the temporary image.