Y2AxisList Class

Definition

Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
[SerializableAttribute]
public class Y2AxisList : List<Y2Axis>, 
	ICloneable
Inheritance
Object    ListY2Axis    Y2AxisList
Implements
ICloneable

Constructors

Properties

Methods

Extension Methods

ChunkY2Axis
(Defined by General)
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