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

VectorMapBuilder Methods

A VectorMap control.
Name Description
Annotations(Action<CollectionFactory<VectorMapAnnotationConfigBuilder>>) Mirrors the client-side annotations object.
Background(Action<VectorMapBackgroundBuilder>) Mirrors the client-side background object.
Bounds(JS) Mirrors the client-side bounds option.
Bounds(IEnumerable<Double>) Mirrors the client-side bounds option.
Center(JS) Mirrors the client-side center option.
Center(IEnumerable<Double>) Mirrors the client-side center option.
CommonAnnotationSettings(Action<VectorMapCommonAnnotationConfigBuilder>) Mirrors the client-side commonAnnotationSettings object.
ControlBar(Action<VectorMapControlBarBuilder>) Mirrors the client-side controlBar object.
CustomizeAnnotation(RazorBlock) Mirrors the client-side customizeAnnotation object.
CustomizeAnnotation(String) Mirrors the client-side customizeAnnotation object.
Disabled(JS) Mirrors the client-side disabled option.
Disabled(Boolean) Mirrors the client-side disabled option.
ElementAttr(JS) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
ElementAttr(Dictionary<String, Object>) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
ElementAttr(Object) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
ElementAttr(String, Object) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
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.
Export(Action<VectorMapExportBuilder>) Mirrors the client-side export object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
ID(JS) Specifies the id attribute for the control’s HTML element (used for nested controls within templates).
ID(String) Specifies the id attribute for the control’s HTML element.
Layers(Action<CollectionFactory<VectorMapLayerBuilder>>) Provides access to the client-side layers option that represents a VectorMap layer collection.
Legends(Action<CollectionFactory<VectorMapLegendBuilder>>) Provides access to the client-side legends option that represents a VectorMap legend collection.
LoadingIndicator(Action<VectorMapLoadingIndicatorBuilder>) Mirrors the client-side loadingIndicator object.
MaxZoomFactor(JS) Mirrors the client-side maxZoomFactor option.
MaxZoomFactor(Double) Mirrors the client-side maxZoomFactor option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
OnCenterChanged(RazorBlock) Mirrors the client-side onCenterChanged option.
OnCenterChanged(String) Mirrors the client-side onCenterChanged option.
OnClick(RazorBlock) Mirrors the client-side onClick option.
OnClick(String) Mirrors the client-side onClick option.
OnDisposing(RazorBlock) Mirrors the client-side onDisposing option.
OnDisposing(String) Mirrors the client-side onDisposing option.
OnDrawn(RazorBlock) Mirrors the client-side onDrawn option.
OnDrawn(String) Mirrors the client-side onDrawn option.
OnExported(RazorBlock) Mirrors the client-side onExported option.
OnExported(String) Mirrors the client-side onExported option.
OnExporting(RazorBlock) Mirrors the client-side onExporting option.
OnExporting(String) Mirrors the client-side onExporting option.
OnFileSaving(RazorBlock) Mirrors the client-side onFileSaving option.
OnFileSaving(String) Mirrors the client-side onFileSaving option.
OnIncidentOccurred(RazorBlock) Mirrors the client-side onIncidentOccurred option.
OnIncidentOccurred(String) Mirrors the client-side onIncidentOccurred option.
OnInitialized(RazorBlock) Mirrors the client-side onInitialized option.
OnInitialized(String) Mirrors the client-side onInitialized option.
OnOptionChanged(RazorBlock) Mirrors the client-side onOptionChanged option.
OnOptionChanged(String) Mirrors the client-side onOptionChanged option.
OnSelectionChanged(RazorBlock) Mirrors the client-side onSelectionChanged option.
OnSelectionChanged(String) Mirrors the client-side onSelectionChanged option.
OnTooltipHidden(RazorBlock) Mirrors the client-side onTooltipHidden option.
OnTooltipHidden(String) Mirrors the client-side onTooltipHidden option.
OnTooltipShown(RazorBlock) Mirrors the client-side onTooltipShown option.
OnTooltipShown(String) Mirrors the client-side onTooltipShown option.
OnZoomFactorChanged(RazorBlock) Mirrors the client-side onZoomFactorChanged option.
OnZoomFactorChanged(String) Mirrors the client-side onZoomFactorChanged option.
Option(String, Object) Specifies an option by its name.
PanningEnabled(JS) Mirrors the client-side panningEnabled option.
PanningEnabled(Boolean) Mirrors the client-side panningEnabled option.
PathModified(JS) Mirrors the client-side pathModified option.
PathModified(Boolean) Mirrors the client-side pathModified option.
Projection(JS) Mirrors the client-side projection option.
Projection(VectorMapProjection) Mirrors the client-side projection option.
Projection(Action<VectorMapProjectionConfigBuilder>) Mirrors the client-side projection object.
Projection(String) Mirrors the client-side projection option.
RedrawOnResize(JS) Mirrors the client-side redrawOnResize option.
RedrawOnResize(Boolean) Mirrors the client-side redrawOnResize option.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Render() Inherited from WidgetBuilder.
RtlEnabled(JS) Mirrors the client-side rtlEnabled option.
RtlEnabled(Boolean) Mirrors the client-side rtlEnabled option.
Size(Action<VectorMapSizeBuilder>) Mirrors the client-side size object.
Theme(VizTheme) Mirrors the client-side theme option.
Title(JS) Mirrors the client-side title option.
Title(Action<VectorMapTitleBuilder>) Mirrors the client-side title object.
Title(String) Mirrors the client-side title option.
Tooltip(Action<VectorMapTooltipBuilder>) Mirrors the client-side tooltip object.
ToString() Inherited from WidgetBuilder.
ToTemplate() Renders the control as a template string for use in another control’s template. Inherited from WidgetBuilder.
TouchEnabled(JS) Mirrors the client-side touchEnabled option.
TouchEnabled(Boolean) Mirrors the client-side touchEnabled option.
WheelEnabled(JS) Mirrors the client-side wheelEnabled option.
WheelEnabled(Boolean) Mirrors the client-side wheelEnabled option.
ZoomFactor(JS) Mirrors the client-side zoomFactor option.
ZoomFactor(Double) Mirrors the client-side zoomFactor option.
ZoomingEnabled(JS) Mirrors the client-side zoomingEnabled option.
ZoomingEnabled(Boolean) Mirrors the client-side zoomingEnabled option.
See Also