Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Chart Namespace / LayoutEngine Class / UniteWithSeriesRange Method
The Series with which the x- and y-range will be united.
X-range to unite.
Y-range to unite.


In This Topic
    UniteWithSeriesRange Method
    In This Topic
    Unites specified x- and y-range with the specified Series x and y ranges.
    Syntax
    'Declaration
     
    Protected Sub UniteWithSeriesRange( _
       ByVal series As Series, _
       ByVal xRange As DataRange, _
       ByVal yRange As DataRange _
    ) 
    'Usage
     
    Dim instance As LayoutEngine
    Dim series As Series
    Dim xRange As DataRange
    Dim yRange As DataRange
     
    instance.UniteWithSeriesRange(series, xRange, yRange)
    protected void UniteWithSeriesRange( 
       Series series,
       DataRange xRange,
       DataRange yRange
    )

    Parameters

    series
    The Series with which the x- and y-range will be united.
    xRange
    X-range to unite.
    yRange
    Y-range to unite.
    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