Xceed Toolkit Plus for WPF v4.6 Documentation
HighlightSeries Method


Xceed.Wpf.Toolkit Assembly > Xceed.Wpf.Toolkit.Chart Namespace > Area Class : HighlightSeries Method
Series to highlight.
Highlight the series if true; otherwise, remove highlight.
Sets highlighted state for the specified Series.
Syntax
'Declaration
 
Public Sub HighlightSeries( _
   ByVal series As Series, _
   ByVal highlighted As Boolean _
) 
'Usage
 
Dim instance As Area
Dim series As Series
Dim highlighted As Boolean
 
instance.HighlightSeries(series, highlighted)
public void HighlightSeries( 
   Series series,
   bool highlighted
)

Parameters

series
Series to highlight.
highlighted
Highlight the series if true; otherwise, remove highlight.
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

Area Class
Area Members