ChartWebPart Class

Provides a control that can be used to create, customize and display data-bound charts.

Inheritance Hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      System.Web.UI.WebControls.Panel
        System.Web.UI.WebControls.WebParts.Part
          System.Web.UI.WebControls.WebParts.WebPart
            Microsoft.Office.Server.WebControls.Charting.WebPart
              Microsoft.Office.Server.WebControls.ChartWebPart

Namespace:  Microsoft.Office.Server.WebControls
Assembly:  Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class ChartWebPart _
    Inherits WebPart
'Usage
Dim instance As ChartWebPart
[SerializableAttribute]
public class ChartWebPart : WebPart

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ChartWebPart Members

Microsoft.Office.Server.WebControls Namespace