Skip to main content
A newer version of this page is available. .

VectorMapSettings Members

Specifies settings of the VectorMapViewer control.

Constructors

Name Description
VectorMapSettings() Initializes a new instance of the VectorMapSettings class.

Properties

Name Description
Areas Gets the list of map areas.
BackgroundColor Specifies the color of the vector map background.
Bounds Specifies the map bounds.
BubbleMarkerMaxSize Specifies the pixel-measured diameter of the bubble marker that represents the biggest value.
BubbleMarkerMinSize Specifies the pixel-measured diameter of the marker that represents the smallest value.
Center Specifies the coordinates of the map center.
DefaultAreaValue Specifies the default value associated with vector map areas.
Height Specifies the height of the vector map in pixels.
IsAreasTitlesEnabled Specifies whether or not the area labels are enabled.
IsControlsEnabled Specifies whether or not to display the control bar.
IsMarkersTitlesEnabled Specifies whether or not the marker titles are enabled.
Legend Gets the map legend settings.
MapResourceName Specifies the map resource name.
Markers Gets the list of map markers.
Palette Specifies the palette to be used for coloring the vector map.
PieMarkers Gets the list of map’s pie markers.
PieMarkerSize Specifies the diameter of pie markers in pixels.
Type Specifies the region displayed on the vector map.
Width Specifies the width of the vector map in pixels.
ZoomFactor Specifies a zoom factor that is used to initially zoom the vector map.

Methods

Name Description
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also