ZedGraph LogoZedGraph Class Library Documentation
Label Class
NamespacesZedGraphLabel
Class that handles the data associated with text title and its associated font properties
Declaration Syntax
C#Visual BasicVisual C++
<SerializableAttribute> _
Public Class Label _
	Implements ICloneable, ISerializable
[SerializableAttribute]
public ref class Label : ICloneable, ISerializable
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
LabelLabelNew(String, String, Single, Color, Boolean, Boolean, Boolean)
Constructor to build an AxisLabel from the text and the associated font properties.

LabelLabelNew(String, FontSpec)
Constructor that builds a Label from a text String and a FontSpec instance.

LabelLabelNew(Label)
Copy constructor

Clone()()
Typesafe, deep-copy clone method.

Equals(Object)
Determines whether the specified Object is equal to the current 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.)
static memberschema
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()()
Returns a String that represents the current Object.
(Inherited from Object.)
Inheritance Hierarchy

Assembly: ZedGraph (Module: ZedGraph) Version: 5.1.0.621