Chart Methods

Include Protected Members
Include Inherited Members

The Chart type exposes the following members.

Methods

  Name Description
Public method AddLegend Adds a legend to the chart.
Public method AddSeries Provides data points and series attributes for the chart.
Public method AddTitle Adds a title to the chart.
Public method DataBindCrossTable Binds a chart to a data table, where one series is created for each unique value in a column.
Public method DataBindTable Creates and binds series data to the specified data table, and optionally populates multiple x-values.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetBytes Returns a chart image as a byte array.
Public methodStatic member GetFromCache Retrieves the specified chart from the cache.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Save Saves a chart image to the specified file.
Public method SaveToCache Saves a chart in the system cache.
Public method SaveXml Saves a chart as an XML file.
Public method SetXAxis Sets values for the horizontal axis.
Public method SetYAxis Sets values for the vertical axis.
Public method ToString (Inherited from Object.)
Public method ToWebImage Creates a WebImage object based on the current Chart object.
Public method Write Renders the output of the Chart object as an image.
Public methodStatic member WriteFromCache Renders the output of a Chart object that has been cached as an image.

Top

See Also

Reference

Chart Class

System.Web.Helpers Namespace