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


    CreateHints Method (ColumnLayout)
    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 ColumnLayout
    Dim series As Series
    Dim lstVisuals As ChartPrimitivesList(Of ChartPrimitive)
     
    instance.CreateHints(series, 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