The ValueLabel type exposes the following members.

Constructors

  Name Description
Public method ValueLabel

Methods

  Name Description
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 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 NotifyChanges
Public method ShouldSerializeBackColor
Public method ShouldSerializeColor
Public method ToString (Overrides Object..::..ToString()()()().)

Properties

  Name Description
Public property Appearance
Gets or sets the appearance of ValueLabel.
Public property BackColor
Get or sets the background color of ValueLabel.
Public property Color
Get or sets the color of ValueLabel.
Public property DateTimeValue
Gets or sets the axis value to be replaced by the ValueLabel using a DateTime value.
Public property GridLine
Gets or sets a value indicating whether a grid line is drawn at the ValueLabel.
Public property MarkerRectangle
Get the marker rectangle of ValueLabel.
Public property MarkerSize
Gets or sets the marker size of ValueLabel.
Public property Moveable
Gets or sets a value indicating whether a ValueLabel can be dragged by user.
Public property NumericValue
Gets or sets the axis value to be replaced by the ValueLabel by specifying a numeric value that can be implicitly converted to double.
Public property Rectangle
Get the rectangle occupied by the text of ValueLabel.
Public property Text
Gets or sets the displayed text value for the ValueLabel.
Public property Value

Events

  Name Description
Public event DrawMarker
Fires when value label marker is drawn.
Public event ValueChanged
Fires when position of ValueLabel was changed.

See Also