Y2Axis Class

Definition

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

Constructors

Properties

AxisGap
(Inherited from Axis)
Color
(Inherited from Axis)
Cross
(Inherited from Axis)
CrossAuto
(Inherited from Axis)
IsAxisSegmentVisible
(Inherited from Axis)
IsVisible
(Inherited from Axis)
MajorGrid
(Inherited from Axis)
MajorTic
(Inherited from Axis)
MinorGrid
(Inherited from Axis)
MinorTic
(Inherited from Axis)
MinSpace
(Inherited from Axis)
Scale
(Inherited from Axis)
Title
(Inherited from Axis)
Type
(Inherited from Axis)

Methods

Events

ScaleFormatEvent
(Inherited from Axis)
ScaleTitleEvent
(Inherited from Axis)

Fields

_isAxisSegmentVisible
(Inherited from Axis)
_isVisible
(Inherited from Axis)
_title
(Inherited from Axis)
schema2 
Tag
(Inherited from Axis)

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