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 Label : ICloneable, ISerializableVB
<SerializableAttribute>
Public Class Label
Implements ICloneable, ISerializable- Inheritance
- Object Label
- Derived
- Implements
- ICloneable, ISerializable
Constructors
| Label(Label) | |
| Label(SerializationInfo, StreamingContext) | |
| Label(String, FontSpec) | |
| Label(String, String, Single, Color, Boolean, Boolean, Boolean) |
Properties
Methods
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. |