EllipseObj Class

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
[SerializableAttribute]
public class EllipseObj : BoxObj, ICloneable, 
	ISerializable
Inheritance
Object    GraphObj    BoxObj    EllipseObj
Implements
ICloneable, ISerializable

Constructors

Properties

Border
(Inherited from BoxObj)
Fill
(Inherited from BoxObj)
IsClippedToChartRect
(Inherited from GraphObj)
IsInFrontOfData
(Inherited from GraphObj)
IsVisible
(Inherited from GraphObj)
Link
(Inherited from GraphObj)
Location
(Inherited from GraphObj)
ZOrder
(Inherited from GraphObj)

Methods

Fields

_border
(Inherited from BoxObj)
_fill
(Inherited from BoxObj)
_isClippedToChartRect
(Inherited from GraphObj)
_isVisible
(Inherited from GraphObj)
_location
(Inherited from GraphObj)
schema3 
Tag
(Inherited from GraphObj)

Extension Methods

GetEnumNames
(Defined by General)
IsValidDouble
(Defined by General)

Explicit Interface Implementations

ICloneableCloneCreates a new object that is a copy of the current instance.

See Also