Version

SeriesValuesColorBy Enumeration

Constants which determine the manner in which series values are used to color regions on a geographic map chart.
Syntax
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: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also