Axis Label Class
Definition
Namespace: ZedGraph
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
Assembly: ZedGraph (in ZedGraph.dll) Version: 5.1.5.0
C#
[SerializableAttribute]
public class AxisLabel : GapLabel, ICloneable,
ISerializableVB
<SerializableAttribute>
Public Class AxisLabel
Inherits GapLabel
Implements ICloneable, ISerializable- Implements
- ICloneable, ISerializable
Constructors
| AxisLabel(AxisLabel) | |
| AxisLabel(SerializationInfo, StreamingContext) | |
| AxisLabel(String, String, Single, Color, Boolean, Boolean, Boolean) |
Properties
| FontSpec | (Inherited from Label) |
| Gap | (Inherited from GapLabel) |
| IsOmitMag | |
| IsTitleAtCross | |
| IsVisible | (Inherited from Label) |
| Text | (Inherited from Label) |
Methods
| Clone | |
| GetObjectData | (Overrides GapLabelGetObjectData(SerializationInfo, StreamingContext)) |
| GetScaledGap | (Inherited from GapLabel) |
Fields
Extension Methods
| GetEnumNames | (Defined by General) |
| IsValidDouble | (Defined by General) |
Explicit Interface Implementations
| ICloneableClone | Creates a new object that is a copy of the current instance. |