The GraphChart type exposes the following methods.

Methods

  NameDescription
DrawChart
The DrawChart method draws the chart on a graphic.
(Overrides Chart..::.DrawChart(Graphics).)
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
RegionsAtCoordinate
The RegionsAtCoordinate function returns an ArrayList with all series that occupy a given point within the chart, with the top-most series at position 0 in the array.
SaveChartToFile
The SaveChartToFile method saves the chart to a file. If a value has been provided for the FileName property then the chart is saved to that filename, otherwise a unique filename is created. If a unique filename has been created then that filename may be retrieved via the FileName property. The format of the created image can be any one of the available System.Drawing.Imaging.ImageFormat image types including JPEG, GIF, BMP, and TIFF. Graphics are saved using 24-bit color depth.
(Inherited from Chart.)
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also