Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Chart Namespace / AreaLayout Class / CreateElements Method
The Series for which primitives will be created.
List to which the created primitives will be added.


In This Topic
    CreateElements Method (AreaLayout)
    In This Topic

    Creates area chart primitives for the specified Series.

    Syntax
    'Declaration
     
    Public Overrides Sub CreateElements( _
       ByVal series As Series, _
       ByVal lstVisuals As ChartPrimitivesList(Of ChartPrimitive) _
    ) 
    'Usage
     
    Dim instance As AreaLayout
    Dim series As Series
    Dim lstVisuals As ChartPrimitivesList(Of ChartPrimitive)
     
    instance.CreateElements(series, lstVisuals)
    public override void CreateElements( 
       Series series,
       ChartPrimitivesList<ChartPrimitive> lstVisuals
    )

    Parameters

    series
    The Series for which primitives will be created.
    lstVisuals
    List to which the created primitives will be added.
    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