AxisLabel Class

Definition

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

Constructors

Properties

FontSpec
(Inherited from Label)
Gap
(Inherited from GapLabel)
IsOmitMag 
IsTitleAtCross 
IsVisible
(Inherited from Label)
Text
(Inherited from Label)

Methods

Fields

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