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


In This Topic
    InitializeSeries Method (RendererBase)
    In This Topic
    Initializes the Series by ordering its DataPoints & setting the location of its VisualElements.
    Syntax
    'Declaration
     
    
    Public MustOverride Sub InitializeSeries( _
       ByVal bounds As Rect, _
       ByVal series As Series _
    ) 
    'Usage
     
    
    Dim instance As RendererBase
    Dim bounds As Rect
    Dim series As Series
     
    instance.InitializeSeries(bounds, series)
    public abstract 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