2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ValueLabel Class
Properties Methods Events

In This Topic
    ValueLabel Class Members
    In This Topic

    The following tables list the members exposed by ValueLabel.

    Public Constructors
     NameDescription
    Public Constructor  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the appearance of ValueLabel.  
    Public PropertyGet or sets the background color of ValueLabel.  
    Public PropertyGet or sets the color of ValueLabel.  
    Public PropertyGets or sets the axis value to be replaced by the ValueLabel using a DateTime value.  
    Public PropertyGets or sets a value indicating whether a grid line is drawn at the ValueLabel.  
    Public PropertyGet the marker rectangle of ValueLabel.  
    Public PropertyGets or sets the marker size of ValueLabel.  
    Public PropertyGets or sets a value indicating whether a ValueLabel can be dragged by user.  
    Public PropertyGets the new ValueLabel DateTimeValue of a moving ValueLabel during a drag operation. This value differs from the DateTimeValue property only while the ValueLabel is being dragged by the mouse making it is most useful in the ValueLabel.ValueChanging event.  
    Public PropertyGets the new ValueLabel Numeric value of a moving ValueLabel during a drag operation. This value differs from the NumericValue property only while the ValueLabel is being dragged by the mouse making it most useful in the ValueLabel.ValueChanging event.  
    Public PropertyGets or sets the axis value to be replaced by the ValueLabel by specifying a numeric value that can be implicitly converted to double.  
    Public PropertyGet the rectangle occupied by the text of ValueLabel.  
    Public PropertyGets or sets the displayed text value for the ValueLabel.  
    Top
    Public Methods
     NameDescription
    Public Method  
    Top
    Public Events
     NameDescription
    Public EventFires when value label marker is drawn.  
    Public EventFires when position of ValueLabel was changed.  
    Public EventFires when the position of a ValueLabel is changing due to dragging the marker.  
    Top
    See Also