2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ValueLabelsCollection Class / Item Property / Item(DateTime) Property

In This Topic
    Item(DateTime) Property
    In This Topic
    Gets the specified value label with the matching DateTime value.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal dval As System.Date _
    ) As ValueLabel
    public ValueLabel Item( 
       System.DateTime dval
    ) {get;}

    Parameters

    dval
    See Also