ChartWebPart.DesignerTemplateId Property
Gets or sets the template ID of the ChartWebPart.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)
Syntax
'Declaration
Public Property DesignerTemplateId As String
Get
Set
'Usage
Dim instance As ChartWebPart
Dim value As String
value = instance.DesignerTemplateId
instance.DesignerTemplateId = value
public string DesignerTemplateId { get; set; }
Property Value
Type: System.String
The String object that represents the template ID of the ChartWebPart.