[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.ScatterMapLayerBuilder-1

ScatterMapLayerBuilder<T> Class

Defines a builder to configurate ScatterMapLayer<T>.

Namespace: C1.Web.Mvc.Fluent
Assembly: C1.Web.Mvc.dll
Syntax
public class ScatterMapLayerBuilder<T> : ExtraMapLayerBuilder<T, ScatterMapLayer<T>, ScatterMapLayerBuilder<T>>
Type Parameters
Name Description
T

Constructors

Name Description
ScatterMapLayerBuilder(ScatterMapLayer<T>)

Creates one ScatterMapLayerBuilder<T> instance to configurate obj.

Methods

Name Description
Binding(string)

Configurates Binding. Sets the binding for the layer.

SymbolMaxSize(int)

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

SymbolMinSize(int)

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

SymbolSize(int)

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