Skip to main content

VectorMapLegendBuilder Members

Represents a VectorMap legend.

Constructors

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

Methods

Name Description
BackgroundColor(JS) Mirrors the client-side backgroundColor option.
BackgroundColor(String) Mirrors the client-side backgroundColor option.
Border(Action<VectorMapLegendsBorderBuilder>) Mirrors the client-side border object.
ColumnCount(JS) Mirrors the client-side columnCount option.
ColumnCount(Int32) Mirrors the client-side columnCount option.
ColumnItemSpacing(JS) Mirrors the client-side columnItemSpacing option.
ColumnItemSpacing(Double) Mirrors the client-side columnItemSpacing option.
CustomizeHint(RazorBlock) Mirrors the client-side customizeHint option.
CustomizeHint(String) Mirrors the client-side customizeHint option.
CustomizeItems(RazorBlock) Mirrors the client-side customizeItems option.
CustomizeItems(String) Mirrors the client-side customizeItems option.
CustomizeText(RazorBlock) Mirrors the client-side customizeText option.
CustomizeText(String) Mirrors the client-side customizeText 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.
Font(Action<VizFontBuilder>) Mirrors the client-side font object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
HorizontalAlignment(HorizontalAlignment) Mirrors the client-side horizontalAlignment option.
ItemsAlignment(HorizontalAlignment) Mirrors the client-side itemsAlignment option.
ItemTextPosition(Position) Mirrors the client-side itemTextPosition option.
Margin(JS) Mirrors the client-side margin option.
Margin(Action<VectorMapLegendsMarginBuilder>) Mirrors the client-side margin object.
Margin(Double) Mirrors the client-side margin option.
MarkerColor(JS) Mirrors the client-side markerColor option.
MarkerColor(String) Mirrors the client-side markerColor option.
MarkerShape(VectorMapMarkerShape) Mirrors the client-side markerShape option.
MarkerSize(JS) Mirrors the client-side markerSize option.
MarkerSize(Double) Mirrors the client-side markerSize option.
MarkerTemplate(JS) Specifies the client-side markerTemplate.
MarkerTemplate(RazorBlock) Specifies the client-side markerTemplate.
MarkerTemplate(TemplateName) Specifies the client-side markerTemplate.
MarkerTemplate(String) Specifies the client-side markerTemplate.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Option(String, Object) Specifies an option by its name.
Orientation(Orientation) Mirrors the client-side orientation option.
PaddingLeftRight(JS) Mirrors the client-side paddingLeftRight option.
PaddingLeftRight(Double) Mirrors the client-side paddingLeftRight option.
PaddingTopBottom(JS) Mirrors the client-side paddingTopBottom option.
PaddingTopBottom(Double) Mirrors the client-side paddingTopBottom option.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
RowCount(JS) Mirrors the client-side rowCount option.
RowCount(Int32) Mirrors the client-side rowCount option.
RowItemSpacing(JS) Mirrors the client-side rowItemSpacing option.
RowItemSpacing(Double) Mirrors the client-side rowItemSpacing option.
Source(Action<VectorMapLegendsSourceBuilder>) Mirrors the client-side source object.
Title(JS) Mirrors the client-side title option.
Title(Action<VectorMapLegendsTitleBuilder>) Mirrors the client-side title object.
Title(String) Mirrors the client-side title option.
ToString() Returns a string that represents the current object. Inherited from Object.
VerticalAlignment(VerticalEdge) Mirrors the client-side verticalAlignment option.
Visible(JS) Mirrors the client-side visible option.
Visible(Boolean) Mirrors the client-side visible option.
See Also