[]
Defines a builder to configurate ScatterMapLayer<T>.
public class ScatterMapLayerBuilder<T> : ExtraMapLayerBuilder<T, ScatterMapLayer<T>, ScatterMapLayerBuilder<T>>
| Name | Description |
|---|---|
| T |
| Name | Description |
|---|---|
| ScatterMapLayerBuilder(ScatterMapLayer<T>) | Creates one ScatterMapLayerBuilder<T> instance to configurate |
| 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. |