Version

SeriesValuesColorBy Enumeration

Constants which determine the manner in which series values are used to color regions on a geographic map chart.
Syntax
'Declaration
 
Public Enum SeriesValuesColorBy 
   Inherits System.Enum
public enum SeriesValuesColorBy : System.Enum 
Members
MemberDescription
NumericalValueThe coloring of map regions is determined by the numerical value of the associated data point.
SecondaryCategoryThe coloring of map regions is determined by the value of the associated data point, which is assumed to represent a category.
Remarks

Applicable only when the associated series Series.ChartType is RegionMap.

Requirements

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