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

VectorMapLayerBuilder Members

Represents a VectorMap layer.

Constructors

Name Description
VectorMapLayerBuilder(OptionsOwnerContext) For internal use only. Initializes a new VectorMapLayerBuilder class instance.

Methods

Name Description
BorderColor(JS) Mirrors the client-side borderColor option.
BorderColor(String) Mirrors the client-side borderColor option.
BorderWidth(JS) Mirrors the client-side borderWidth option.
BorderWidth(Double) Mirrors the client-side borderWidth option.
Color(JS) Mirrors the client-side color option.
Color(String) Mirrors the client-side color option.
ColorGroupingField(JS) Mirrors the client-side colorGroupingField option.
ColorGroupingField(String) Mirrors the client-side colorGroupingField option.
ColorGroups(JS) Mirrors the client-side colorGroups option.
ColorGroups(IEnumerable<Double>) Mirrors the client-side colorGroups option.
Customize(RazorBlock) Mirrors the client-side customize option.
Customize(String) Mirrors the client-side customize option.
DataField(JS) Mirrors the client-side dataField option.
DataField(String) Mirrors the client-side dataField option.
DataSource(JS) Mirrors the client-side dataSource option.
DataSource(IEnumerable, String[]) Binds a VectorMapLayer control to a collection: Array, List, or IEnumerable.
DataSource(Func<DataSourceFactory, OptionsOwnerBuilder>) Binds a VectorMapLayer control to data, allows you to configure data access from different sources: API controllers, Razor page handlers, OData services, arrays, and more.
DataSource(String, String[]) Binds a VectorMapLayer control to read-only data in JSON format.
DataSourceOptions(Action<DataSourceOptionsBuilder>) Provides access to methods that mirror client-side data source options.
ElementType(VectorMapMarkerType) Mirrors the client-side elementType option.
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.
HoveredBorderColor(JS) Mirrors the client-side hoveredBorderColor option.
HoveredBorderColor(String) Mirrors the client-side hoveredBorderColor option.
HoveredBorderWidth(JS) Mirrors the client-side hoveredBorderWidth option.
HoveredBorderWidth(Double) Mirrors the client-side hoveredBorderWidth option.
HoveredColor(JS) Mirrors the client-side hoveredColor option.
HoveredColor(String) Mirrors the client-side hoveredColor option.
HoverEnabled(JS) Mirrors the client-side hoverEnabled option.
HoverEnabled(Boolean) Mirrors the client-side hoverEnabled option.
Label(Action<VectorMapLayersLabelBuilder>) Mirrors the client-side label object.
MaxSize(JS) Mirrors the client-side maxSize option.
MaxSize(Double) Mirrors the client-side maxSize option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
MinSize(JS) Mirrors the client-side minSize option.
MinSize(Double) Mirrors the client-side minSize option.
Name(JS) Mirrors the client-side name option.
Name(String) Mirrors the client-side name option.
Opacity(JS) Mirrors the client-side opacity option.
Opacity(Double) Mirrors the client-side opacity option.
Option(String, Object) Specifies an option by its name.
Palette(JS) Mirrors the client-side palette option.
Palette(VizPalette) Mirrors the client-side palette option.
Palette(IEnumerable<String>) Mirrors the client-side palette option.
PaletteIndex(JS)
PaletteIndex(Int32)
PaletteSize(JS) Mirrors the client-side paletteSize option.
PaletteSize(Double) Mirrors the client-side paletteSize option.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
SelectedBorderColor(JS) Mirrors the client-side selectedBorderColor option.
SelectedBorderColor(String) Mirrors the client-side selectedBorderColor option.
SelectedBorderWidth(JS) Mirrors the client-side selectedBorderWidth option.
SelectedBorderWidth(Double) Mirrors the client-side selectedBorderWidth option.
SelectedColor(JS) Mirrors the client-side selectedColor option.
SelectedColor(String) Mirrors the client-side selectedColor option.
SelectionMode(SelectionMode) Mirrors the client-side selectionMode option.
Size(JS) Mirrors the client-side size option.
Size(Double) Mirrors the client-side size option.
SizeGroupingField(JS) Mirrors the client-side sizeGroupingField option.
SizeGroupingField(String) Mirrors the client-side sizeGroupingField option.
SizeGroups(JS) Mirrors the client-side sizeGroups option.
SizeGroups(IEnumerable<Double>) Mirrors the client-side sizeGroups option.
ToString() Returns a string that represents the current object. Inherited from Object.
Type(VectorMapLayerType) Mirrors the client-side type option.
See Also