RadControls for Silverlight

Represents a structure that defines a range of two IComparable structures - like Single or Double.

Namespace: Telerik.Charting
Assembly: Telerik.Windows.Controls.Chart (in Telerik.Windows.Controls.Chart.dll) Version: 2013.1.403.1050

Syntax

C#
public struct ValueRange<T>
where T : struct, new(), IComparable<T>
Visual Basic
Public Structure ValueRange(Of T As {Structure, New, IComparable(Of T)})

Type Parameters

T
Must implement the IComparable interface.

See Also