Select to view content in your preferred language

Does GraphicsLayer support TimeSlider

631
1
10-03-2013 04:45 AM
Yu_ChingYu
Emerging Contributor
Hi all,

We want to use GraphicsLayer with TimeSlider rather than FeatureLayer.
However, the samples that we found whole uses FeatureLayer with TimeSlider.

We just wondering that can we use GraphicsLayer with TimeSlider?

Thanks a lot!!
0 Kudos
1 Reply
ArtemisFili
Esri Contributor
Here is the API documentation for the TimeSlider.
http://resources.arcgis.com/en/help/silverlight-api/apiref/api_start.htm?ESRI.ArcGIS.Client.Toolkit~...

It describes that the types of ArcGIS Server Layers that support Time Info (i.e. they have TimeExtent information) that are useful with the TimeSlider are:

ArcGISDynamicMapServiceLayer
ArcGISImageServiceLayer
FeatureLayer
GraphicsLayer (which are based upon Graphic elements)
0 Kudos