WebPart Class

Provides the abstract class that is used as the base for the charting Web Parts control.

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.Charting
Assembly:  Microsoft.Office.Server.Chart (in Microsoft.Office.Server.Chart.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public MustInherit Class WebPart _
    Inherits WebPart
'Usage
Dim instance As WebPart
[SerializableAttribute]
public abstract class WebPart : 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

WebPart Members

Microsoft.Office.Server.WebControls.Charting Namespace