The Label type exposes the following members.

Constructors

  Name Description
Public method Label

Methods

  Name Description
Public method Dispose
Readies the chart object for garbage collection.
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method 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.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetHiddenProperties
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method ResetSizeDefault
Resets Label size so it is calculated automatically.
Public method ResetStyle
Resets Label style inheritance state.
Public method ShouldSerializeSizeDefault
Returns false if the Label SizeDefault property is in the default state.
Public method ShouldSerializeStyle
Returns false if the Label Style property is in the default state.
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property AttachMethod
Gets or sets the label attachment method.
Public property AttachMethodData
Gets or sets the attachment data for the label.
Public property Compass
Gets or sets the position of the label relative its specified location.
Public property Connected
Gets or sets whether a connecting line is drawn to an associated data point.
Public property Image
Public property Location
Gets the location of the label in chart control client coordinates.
Public property Name
Gets or sets the label name.
Public property Offset
Gets or sets the offset distance in pixels from an associated data point.
Public property RotationOverride
Gets or sets the rotation angle in degrees of the label, overriding the Rotation value set in the style. Applies only to label with Compass values other than Radial and RadialText. Only non-zero values are applied.
Public property Size
Gets or sets the size of the label in chart control client coordinates.
Public property SizeDefault
Gets or sets the default size of the label.
Public property Style
Gets the Style object of the label.
Public property Text
Gets or sets the text of the label.
Public property TooltipText
Gets or sets the tooltip text.
Public property Visible
Gets or sets the label visibility.

See Also