[]
        
(Showing Draft Content)

C1.Web.Mvc.TagHelpers.ScatterMapLayerTagHelper

ScatterMapLayerTagHelper Class

ITagHelper implementation for ScatterMapLayer<T>.

Namespace: C1.Web.Mvc.TagHelpers
Assembly: C1.AspNetCore.Mvc.dll
Syntax
[HtmlTargetElement("c1-scatter-map-layer")]
public class ScatterMapLayerTagHelper : ExtraMapLayerTagHelper<object, ScatterMapLayer<object>>, ITagHelper, ITagHelperComponent

Constructors

Name Description
ScatterMapLayerTagHelper()

Properties

Name Description
Binding

Configurates Binding. Sets the binding for the layer.

CollectionName

Gets the collection name.

SymbolMaxSize

Configurates SymbolMaxSize. Sets the maximal symbol size for bubble plot.

SymbolMinSize

Configurates SymbolMinSize. Sets the minimal symbol size for bubble plot.

SymbolSize

Configurates SymbolSize. Sets the symbol size for rendering GeoJSON points/multi-points.