Version

GetSeriesSymbolIcon Method

Gets the icon to use for a given series (group) of scatter points.
Syntax
'Declaration
 
Public Function GetSeriesSymbolIcon( _
   ByVal seriesNumber As Integer, _
   ByVal scatterApp As ScatterChartAppearance _
) As SymbolIcon
public SymbolIcon GetSeriesSymbolIcon( 
   int seriesNumber,
   ScatterChartAppearance scatterApp
)

Parameters

seriesNumber
Number identifier of the series.
scatterApp
Appearance object containing settings which determine the appearance of the scatter chart.

Return Value

The icon to use for the series of scatter points, given the specified parameters.
Requirements

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