ArrowObj Class

Definition

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

Constructors

Properties

IsArrowHead 
IsClippedToChartRect
(Inherited from GraphObj)
IsInFrontOfData
(Inherited from GraphObj)
IsVisible
(Inherited from GraphObj)
Line
(Inherited from LineObj)
Link
(Inherited from GraphObj)
Location
(Inherited from GraphObj)
Size 
ZOrder
(Inherited from GraphObj)

Methods

Fields

_isArrowHead 
_isClippedToChartRect
(Inherited from GraphObj)
_isVisible
(Inherited from GraphObj)
_line
(Inherited from LineObj)
_location
(Inherited from GraphObj)
_size 
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