Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.Toolkit Assembly / Xceed.Wpf.Toolkit.Chart Namespace / PieLayout Class / CreateHints Method
The Series for which line hints will be created.
The list that will contain the created hint lines and labels.


In This Topic
    CreateHints Method (PieLayout)
    In This Topic
    Creates the pie chart hint labels and lines.
    Syntax
    'Declaration
     
    Public Overrides Sub CreateHints( _
       ByVal series As Series, _
       ByVal lstVisuals As ChartPrimitivesList(Of ChartPrimitive) _
    ) 
    'Usage
     
    Dim instance As PieLayout
    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 for which line hints will be created.
    lstVisuals
    The list that will contain the created hint lines and labels.
    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