Gets the specified label from the collection with the matching numeric value.

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

Syntax

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

Parameters

dval
Type: System..::..Double

See Also