Xceed Toolkit for .NET Maui v2.0 Documentation
Xceed.Maui.Toolkit Assembly / Xceed.Maui.Toolkit Namespace / LineRenderer Class / InitializeSeries Method
The bounds of the Series, in relation to the Chart.
The Series that will be initialized.


In This Topic
    InitializeSeries Method (LineRenderer)
    In This Topic
    Initializes a Series by ordering its DataPoints & setting the location of its VisualElements
    Syntax
    'Declaration
     
    
    Public Overrides Sub InitializeSeries( _
       ByVal bounds As Rect, _
       ByVal series As Series _
    ) 
    'Usage
     
    
    Dim instance As LineRenderer
    Dim bounds As Rect
    Dim series As Series
     
    instance.InitializeSeries(bounds, series)
    public override void InitializeSeries( 
       Rect bounds,
       Series series
    )

    Parameters

    bounds
    The bounds of the Series, in relation to the Chart.
    series
    The Series that will be initialized.
    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