Xceed Toolkit Plus for WPF v4.6 Documentation
CreateHints Method (LineLayout)


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.Chart Namespace > LineLayout Class : CreateHints Method
The Series for which line hints will be created.
The list that will contain the created hint lines and labels.
Creates the line 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 LineLayout
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

Reference

LineLayout Class
LineLayout Members
Base Implementation in CreateHints