Share via


Chart Class

Provides the implementation of the Chart Web Server Control.

Inheritance Hierarchy

System.Object
  System.Web.UI.Control
    System.Web.UI.WebControls.WebControl
      System.Web.UI.WebControls.BaseDataBoundControl
        System.Web.UI.WebControls.DataBoundControl
          System.Web.UI.DataVisualization.Charting.Chart
            Microsoft.Office.Server.WebControls.Chart

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

Syntax

'Declaration
Public Class Chart _
    Inherits Chart
'Usage
Dim instance As Chart
public class Chart : Chart

Remarks

This class is a wrapper around the ASP.NETChart control.

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

Chart Members

Microsoft.Office.Server.WebControls Namespace