Class that handles the properties of the charting area (where the curves are
actually drawn), which is bounded by the XAxis, YAxis,
and Y2Axis.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class Chart : ICloneable, ISerializable
<SerializableAttribute> _ Public Class Chart _ Implements ICloneable, ISerializable
[SerializableAttribute] public ref class Chart : ICloneable, ISerializable
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| 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) | (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.
| |
| schema |
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()() | (Inherited from Object.) |
| Object | |
| Chart | |
