Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Chart Namespace / DataRange Class / DataRange Constructor / DataRange Constructor(Double,Double)
The start value of the range.
The end value of the range.


In This Topic
    DataRange Constructor(Double,Double)
    In This Topic
    Initializes a new instance of the DataRange class using the specified start and end values.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal start As Double, _
       ByVal end As Double _
    )
    'Usage
     
    Dim start As Double
    Dim end As Double
     
    Dim instance As New DataRange(start, end)
    public DataRange( 
       double start,
       double end
    )

    Parameters

    start
    The start value of the range.
    end
    The end value of the range.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also