[]
Defines the type of chart label's annotation used for displaying text defined at a specific axis coordinate.
public class ValueLabel : ICloneable
| Name | Description |
|---|---|
| ValueLabel() | Creates a new instance of ValueLabel class. |
| 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. |
| MovingDateTimeValue | Gets the new ValueLabel DateTimeValue of a moving ValueLabel during a drag operation.
|
| MovingNumericValue | Gets the new ValueLabel Numeric value of a moving ValueLabel during a drag operation.
|
| 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. |
| Name | Description |
|---|---|
| ToString() |
| Name | Description |
|---|---|
| DrawMarker | Fires when value label marker is drawn. |
| ValueChanged | Fires when position of ValueLabel was changed. |
| ValueChanging | Fires when the position of a ValueLabel is changing due to dragging the marker. |