MapChartLayerCollection AddNewMarkerLayer Method TIBCO Spotfire 6.5 API Reference
Adds a new MapChartDataLayer to this collection.

Namespace: Spotfire.Dxp.Application.Visuals.Maps
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax

public MapChartDataLayer AddNewMarkerLayer(
	DataTable dataTable,
	out MarkerLayerVisualization markerLayerVisualization
)

Parameters

dataTable
Type: Spotfire.Dxp.Data DataTable
The data table to be used for the layer.
markerLayerVisualization
Type: Spotfire.Dxp.Application.Visuals.Maps MarkerLayerVisualization 
The newly created marker layer visualization.

Return Value

Type: MapChartDataLayer
The newly created layer.
Version Information

Supported in: 6.5
See Also