Version

Icon Property (ScatterChartAppearance)

Retrieves an enumeration which determines what SymbolIcon to use when rendering each scatter plot series.
Syntax
'Declaration
 
Public Property Icon As SymbolIcon
public SymbolIcon Icon {get; set;}
Remarks

The Icon property identifies an icon that is plotted by-series of scatter points. The icon can be one of several shapes, or letters.

When this property is set to Character, each scatter point will be displayed as specified by the Character property. If there are more scatter points than the number of potential characters, then characters will be reused.

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