C1.Web.Mvc Namespace / ScatterMapLayer<T> Class
Members

ScatterMapLayer<T> Class
Represents scatter map layer.
Object Model
ScatterMapLayer<T> ClassColorScale ClassSVGStyle Class
Syntax
'Declaration
 
Public Class ScatterMapLayer(Of T) 
   Inherits ExtraMapLayer(Of T)
 
Type Parameters
T
Remarks
The data for ScatterMapLayer is a collection of points in geographical coordinates.
Inheritance Hierarchy

System.Object
   C1.Web.Mvc.MapLayerBase<T>
      C1.Web.Mvc.ExtraMapLayer<T>
         C1.Web.Mvc.ScatterMapLayer<T>

See Also