Class MapPolygonLayerVal
Inheritance
System.Object
MapPolygonLayerVal
Assembly: BoldReports.UWP.dll
Syntax
public class MapPolygonLayerVal : MapVectorLayerVal
Constructors
MapPolygonLayerVal()
Declaration
public MapPolygonLayerVal()
Properties
BubbleColorMappings
Declaration
public List<ColorMapping> BubbleColorMappings { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<ColorMapping> |
|
BubbleSettings
Declaration
public ShapeData BubbleSettings { get; set; }
Property Value
MapCenterPointRules
Declaration
public MapPointRulesVal MapCenterPointRules { get; set; }
Property Value
MapFields
Declaration
public Dictionary<string, object> MapFields { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.Dictionary<System.String, System.Object> |
|
MapPolygonRules
Declaration
public MapPolygonRulesVal MapPolygonRules { get; set; }
Property Value
MapPolygons
Declaration
public List<MapPolygonVal> MapPolygons { get; set; }
Property Value
MapPolygonTemplate
Declaration
public MapPolygonTemplateVal MapPolygonTemplate { get; set; }
Property Value
ShapeColorMappings
Declaration
public List<ColorMapping> ShapeColorMappings { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<ColorMapping> |
|
ShapeSettings
Declaration
public ShapeData ShapeSettings { get; set; }
Property Value