Class that handles the data associated with text title and its associated font
properties. Inherits from Label, and adds IsOmitMag
and IsTitleAtCross properties, which are specifically associated with
the AxisTitle.
| C# | Visual Basic | Visual C++ |
[SerializableAttribute] public class AxisLabel : GapLabel, ICloneable, ISerializable
<SerializableAttribute> _ Public Class AxisLabel _ Inherits GapLabel _ Implements ICloneable, ISerializable
[SerializableAttribute] public ref class AxisLabel : public GapLabel, ICloneable, ISerializable
| All Members | Constructors | Methods | Properties | Fields | |
| Icon | Member | Description |
|---|---|---|
| AxisLabelAxisLabelNew(String, String, Single, Color, Boolean, Boolean, Boolean) |
Constructor to build an AxisLabel from the text and the
associated font properties.
| |
| AxisLabelAxisLabelNew(AxisLabel) |
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.
(Inherited from Label.) | |
| Gap | (Inherited from GapLabel.) | |
| 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
(Overrides GapLabel.GetObjectData(SerializationInfo, StreamingContext).) | |
| GetScaledGap(Single) |
Calculate the size of the Gap based on the FontSpec
height, in pixel units and scaled according to .
(Inherited from GapLabel.) | |
| GetType()() | Gets the Type of the current instance. (Inherited from Object.) | |
| IsOmitMag |
Gets or sets the property that controls whether or not the magnitude factor (power of 10) for
this scale will be included in the label.
| |
| IsTitleAtCross |
Gets or sets a value that determines whether the Axis title is located at the
Cross
value or at the normal position (outside the Rect).
| |
| IsVisible |
Gets or sets a boolean value that determines whether or not this label will be displayed.
(Inherited from Label.) | |
| MemberwiseClone()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| schema3 |
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
(Inherited from Label.) | |
| ToString()() | (Inherited from Object.) |
