Xceed Toolkit for .NET Maui v2.0 Documentation
Xceed.Maui.Toolkit Assembly / Xceed.Maui.Toolkit Namespace / RendererBase Class / CreateVisualChildren Method
The Series that contains the DataPoints.


    CreateVisualChildren Method (RendererBase)
    Creates a list of the Chart's main area elements based on the received Series.
    Syntax
    'Declaration
     
    
    Public MustOverride Function CreateVisualChildren( _
       ByVal series As Series _
    ) As IList(Of AreaElement)
     
    'Usage
     
    
    Dim instance As RendererBase
    Dim series As Series
    Dim value As IList(Of AreaElement)
     
    value = instance.CreateVisualChildren(series)

    Parameters

    series
    The Series that contains the DataPoints.

    Return Value

    A list of VisualElements that will be drawn in the Chart's main area.
    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