[]
        
(Showing Draft Content)

C1.Web.Mvc.ScatterMapLayer-1

ScatterMapLayer<T> Class

Represents scatter map layer.

Inheritance
ScatterMapLayer<T>
Namespace: C1.Web.Mvc
Assembly: C1.Web.Mvc.dll
Syntax
public class ScatterMapLayer<T> : ExtraMapLayer<T>
Type Parameters
Name Description
T
Remarks

The data for ScatterMapLayer is a collection of points in geographical coordinates.

Constructors

Name Description
ScatterMapLayer(FlexMap<T>)

Creates one ScatterMapLayer<T> instance.

Properties

Name Description
Binding

Gets or sets the binding for the layer.

ExtraMapLayerTypeName

Gets the map layer name.

SymbolMaxSize

Gets or sets the maximal symbol size for bubble plot.

SymbolMinSize

Gets or sets the minimal symbol size for bubble plot.

SymbolSize

Gets or sets the symbol size for rendering GeoJSON points/multi-points.