Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Chart Namespace / AreaLayout Class / CreateHints Method
The Series whose hints will be created.
A list of ChartPrimitive objects representing the created hints.


In This Topic
    CreateHints Method (AreaLayout)
    In This Topic
    Creates the hints for the specified Series.
    Syntax
    'Declaration
     
    Public Overrides Sub CreateHints( _
       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.CreateHints(series, lstVisuals)
    public override void CreateHints( 
       Series series,
       ChartPrimitivesList<ChartPrimitive> lstVisuals
    )

    Parameters

    series
    The Series whose hints will be created.
    lstVisuals
    A list of ChartPrimitive objects representing the created hints.
    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