An abstract base class that represents a text object on the graph. A list of
GraphObj objects is maintained by the
GraphObjList collection class.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public abstract class GraphObj : ISerializable, ICloneable
<SerializableAttribute> _ Public MustInherit Class GraphObj _ Implements ISerializable, ICloneable
[SerializableAttribute] public ref class GraphObj abstract : ISerializable, ICloneable
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| GraphObjGraphObjNew()() |
Default constructor that sets all GraphObj properties to default
values as defined in the GraphObj..::Default class.
| |
| GraphObjGraphObjNew(Double, Double) |
Constructor that sets all GraphObj properties to default
values as defined in the GraphObj..::Default class.
| |
| GraphObjGraphObjNew(Double, Double, Double, Double) |
Constructor that creates a GraphObj with the specified
coordinates and all other properties to defaults as specified
in the GraphObj..::Default class..
| |
| GraphObjGraphObjNew(Double, Double, CoordType) |
Constructor that creates a GraphObj with the specified
position and CoordType. Other properties are set to default
values as defined in the GraphObj..::Default class.
| |
| GraphObjGraphObjNew(Double, Double, CoordType, AlignH, AlignV) |
Constructor that creates a GraphObj with the specified
position, CoordType, AlignH, and AlignV.
Other properties are set to default values as defined in the GraphObj..::Default class.
| |
| GraphObjGraphObjNew(Double, Double, Double, Double, CoordType, AlignH, AlignV) |
Constructor that creates a GraphObj with the specified
position, CoordType, AlignH, and AlignV.
Other properties are set to default values as defined in the GraphObj..::Default class.
| |
| GraphObjGraphObjNew(GraphObj) |
The Copy Constructor
| |
| Draw(Graphics, PaneBase, Single) |
Render this GraphObj object to the specified Graphics device.
| |
| Equals(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.) | |
| GetCoords(PaneBase, Graphics, Single, String%, String%) |
Determines the shape type and Coords values for this GraphObj
| |
| 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.) | |
| IsClippedToChartRect |
Gets or sets a value that determines whether or not the rendering of this GraphObj
will be clipped to the Rect.
| |
| IsInFrontOfData | ||
| IsVisible |
Gets or sets a value that determines if this GraphObj will be
visible in the graph. true displays the item, false hides it.
| |
| Link |
Gets or sets the hyperlink information for this GraphObj.
| |
| Location |
The Location struct that describes the location
for this GraphObj.
| |
| MemberwiseClone()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| PointInBox(PointF, PaneBase, Graphics, Single) |
Determine if the specified screen point lies inside the bounding box of this
GraphObj.
| |
| 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.
| |
| Tag |
A tag object for use by the user. This can be used to store additional
information associated with the GraphObj. ZedGraph does
not use this value for any purpose.
| |
| ToString()() | (Inherited from Object.) | |
| ZOrder |
Gets or sets a value that determines the z-order "depth" of this
item relative to other graphic objects.
|
