Version

GetSeriesCharacter Method

Gets the character to use for a given series (group) of scatter points, if SymbolIcon to use is a character.
Syntax
'Declaration
 
Public Function GetSeriesCharacter( _
   ByVal series As Integer, _
   ByVal character As Char _
) As Char
public char GetSeriesCharacter( 
   int series,
   char character
)

Parameters

series
Number identifier of the series.
character
Base setting of character icon to use for the scatter chart.

Return Value

A character 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