This question is locked. New answers and comments are not allowed.
Hi
I'm try to customize salesdashboard demo. http://demos.telerik.com/silverlight/#Map/SalesDashboard
i want to set zone areas zoom range.it works on ellipse but it doesnt work on mappolygon. Is it possible to do this ? if possible where i'm doing wrong.
<DataTemplate x:Key="AreaTemplate">
<telerik:MapPolygon Fill="{Binding Fill}"
telerik:MapLayer.ZoomRange="9,11"
Stroke="{Binding Stroke}"
StrokeThickness="{Binding StrokeThickness}"
Points="{Binding Points}"
telerik:MapLayer.Location="{Binding Center}"
MouseLeftButtonDown="elementMouseLeftButtonDown"/>
</DataTemplate>
I'm try to customize salesdashboard demo. http://demos.telerik.com/silverlight/#Map/SalesDashboard
i want to set zone areas zoom range.it works on ellipse but it doesnt work on mappolygon. Is it possible to do this ? if possible where i'm doing wrong.
<DataTemplate x:Key="AreaTemplate">
<telerik:MapPolygon Fill="{Binding Fill}"
telerik:MapLayer.ZoomRange="9,11"
Stroke="{Binding Stroke}"
StrokeThickness="{Binding StrokeThickness}"
Points="{Binding Points}"
telerik:MapLayer.Location="{Binding Center}"
MouseLeftButtonDown="elementMouseLeftButtonDown"/>
</DataTemplate>