ZedGraph LogoZedGraph Class Library Documentation
Chart Class
NamespacesZedGraphChart
Class that handles the properties of the charting area (where the curves are actually drawn), which is bounded by the XAxis, YAxis, and Y2Axis.
Declaration Syntax
C#Visual BasicVisual C++
<SerializableAttribute> _
Public Class Chart _
	Implements ICloneable, ISerializable
[SerializableAttribute]
public ref class Chart : ICloneable, ISerializable
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
ChartChartNew()()
Default constructor.

ChartChartNew(Chart)
Copy constructor

Border
Gets or sets the Border class for drawing the border border around the Chart

Clone()()
Typesafe, deep-copy clone method.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Fill
Gets or sets the Fill data for this Chart.

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.)
GetObjectData(SerializationInfo, StreamingContext)
Populates a SerializationInfo instance with the data needed to serialize the target object

GetType()()
Gets the Type of the current instance.
(Inherited from Object.)
IsRectAuto
Gets or sets a boolean value that determines whether or not the Rect will be calculated automatically (almost always true).

MemberwiseClone()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Rect
Gets or sets the rectangle that contains the area bounded by the axes (XAxis, YAxis, and Y2Axis). If you set this value manually, then the IsRectAuto value will automatically be set to false.

static memberschema
Current schema value that defines the version of the serialized file

ICloneable..::Clone()()
Implement the ICloneable interface in a typesafe manner by just calling the typed version of Clone()()

ToString()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy
Object
Chart

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621