Version

CreateSeriesHashtable Method

Initializes a hashtable containing series labels, for GroupByColumn.
Syntax
'Declaration
 
Protected Function CreateSeriesHashtable( _
   ByVal scatterApp As ScatterChartAppearance _
) As Integer
protected int CreateSeriesHashtable( 
   ScatterChartAppearance scatterApp
)

Parameters

scatterApp
Appearance object containing settings for the appearance of the scatter chart.

Return Value

Count of series added to the hashtable.
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