ChartWebPart.GetDesignTimeHtml Method
Gets the HTML text that represents the Chart Web Part at design time.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)
Syntax
'Declaration
Public Function GetDesignTimeHtml As String
'Usage
Dim instance As ChartWebPart
Dim returnValue As String
returnValue = instance.GetDesignTimeHtml()
public string GetDesignTimeHtml()
Return Value
Type: System.String
The String object that represents the Chart Web Part at design time.
Remarks
This method returns the img element whose “src” attribute is “/_Layouts/Chart/WebUI/Images/Templates/Standard/template_column3d.png”.