Class that handles the data associated with text title and its associated font
properties
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class Label : ICloneable, ISerializable
<SerializableAttribute> _ Public Class Label _ Implements ICloneable, ISerializable
[SerializableAttribute] public ref class Label : ICloneable, ISerializable
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| LabelLabelNew(String, String, Single, Color, Boolean, Boolean, Boolean) |
Constructor to build an AxisLabel from the text and the
associated font properties.
| |
| LabelLabelNew(String, FontSpec) | ||
| LabelLabelNew(Label) |
Copy constructor
| |
| Clone()() |
Typesafe, deep-copy clone method.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| FontSpec |
A FontSpec instance representing the font properties
for the displayed text.
| |
| GetHashCode()() | Serves as a hash function for a particular type. GetHashCode()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetObjectData(SerializationInfo, StreamingContext) |
Populates a SerializationInfo instance with the data needed to serialize the target object
| |
| GetType()() | Gets the Type of the current instance. (Inherited from Object.) | |
| IsVisible |
Gets or sets a boolean value that determines whether or not this label will be displayed.
| |
| MemberwiseClone()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| schema |
Current schema value that defines the version of the serialized file
| |
| ICloneable..::Clone()() |
Implement the ICloneable interface in a typesafe manner by just
calling the typed version of Clone()() | |
| Text |
The String text to be displayed
| |
| ToString()() | (Inherited from Object.) |
