ChartWebPart.IsCustomized Property
Gets or sets the value that indicates whether the Chart Web Part is customized.
Namespace: Microsoft.Office.Server.WebControls
Assembly: Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)
Syntax
'Declaration
Public Property IsCustomized As Boolean
Get
Set
'Usage
Dim instance As ChartWebPart
Dim value As Boolean
value = instance.IsCustomized
instance.IsCustomized = value
public bool IsCustomized { get; set; }
Property Value
Type: System.Boolean
true if the Chart Web Part is customized; otherwise, false.