The ValueLabel type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
ValueLabel |
Methods
| Name | Description | |
|---|---|---|
|
|
Equals | (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.) |
|
|
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
|
|
GetType |
Gets the Type of the current instance.
(Inherited from Object.) |
|
|
MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) |
|
|
NotifyChanges | |
|
|
ShouldSerializeBackColor | |
|
|
ShouldSerializeColor | |
|
|
ToString | (Overrides Object..::..ToString()()()().) |
Properties
| Name | Description | |
|---|---|---|
|
|
Appearance |
Gets or sets the appearance of ValueLabel.
|
|
|
BackColor |
Get or sets the background color of ValueLabel.
|
|
|
Color |
Get or sets the color of ValueLabel.
|
|
|
DateTimeValue |
Gets or sets the axis value to be replaced by the ValueLabel using a DateTime value.
|
|
|
GridLine |
Gets or sets a value indicating whether a grid line is drawn at the ValueLabel.
|
|
|
MarkerRectangle |
Get the marker rectangle of ValueLabel.
|
|
|
MarkerSize |
Gets or sets the marker size of ValueLabel.
|
|
|
Moveable |
Gets or sets a value indicating whether a ValueLabel can be dragged by user.
|
|
|
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.
|
|
|
Rectangle |
Get the rectangle occupied by the text of ValueLabel.
|
|
|
Text |
Gets or sets the displayed text value for the ValueLabel.
|
|
|
Value |
Events
| Name | Description | |
|---|---|---|
|
|
DrawMarker |
Fires when value label marker is drawn.
|
|
|
ValueChanged |
Fires when position of ValueLabel was changed.
|