Gets the specified value label with the matching DateTime value.

Namespace:  C1.Win.C1Chart
Assembly:  C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)

Syntax

C#
public ValueLabel this[
	DateTime dval
] { get; }
Visual Basic
Public ReadOnly Default Property Item ( _
	dval As DateTime _
) As ValueLabel
	Get

Parameters

dval
Type: System..::..DateTime

See Also