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