Version

SeriesSelectionMode Enumeration

Describes the Selection mode to use for the series in the chart.
Syntax
'Declaration
 
Public Enum SeriesSelectionMode 
   Inherits System.Enum
public enum SeriesSelectionMode : System.Enum 
Members
MemberDescription
AutoSelection mode is determined by the component.
BrightenItems will brighten when selected.
FadeOthersItems other than the selected items will fade.
FocusColorFillItems selected will have the focus color as their fill.
FocusColorOutlineItems selected will have the focus color as their outline.
FocusColorThickOutlineItems selected will have the focus color as their thick outline.
GrayscaleOthersItems other than the selected items will shift to grayscale.
NoneNo Selection is defined at the chart level.
SelectionColorFillItems selected will have the selection color as their fill.
SelectionColorOutlineItems selected will have the selection color as their outline.
SelectionColorThickOutlineItems selected will have the selection color as their thick outline.
ThickOutlineItems selected will have a thicker outline than the rest.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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