amMap support forum

You are not logged in.

Announcement

FORUM CLOSED! This forum is closed. We moved to a new place at Zendesk. Update your bookmarks.

amMap for Flex: Help on amMap for Flex


#1 2012-02-24 07:53:19

trichins
Moderator

how can i set up the Zoom axis

zhangqianmeinv,

These things are controlled by the settings file in the <zoom> node. I have listed below the settings you asked about, though there are more <zoom> settings.

Code:

<zoom> <!--  zoom control --> 
  <color>#990000</color> <!--  [#990000] (hex color code) background color of "+", "-", scroller buttons and navigation arrows --> 
  <color_hover>#FF6600</color_hover> <!--  [#CC0000] (hex color code) --> 
  <alpha>70</alpha> <!--  [100] (0 - 100) alpha of zoom control buttons --> 
  <outline_color>#000000</outline_color> <!--  [#FFFFFF] --> 
  <outline_alpha>30</outline_alpha> <!--  [100] (0 - 100) --> 
  <rotate>false</rotate> <!--  [false] (true / false) whether to rotate zoom control by 90 degrees or not. If set to true, zoom control becomes horizontal --> 
</zoom>

Offline

 

#2 2012-02-27 05:08:30

qemm
Administrator

Re: how can i set up the Zoom axis

You can control it with ZoomControl object's properties:

http://flex.ammap.com/class_reference/c … ntrol.html

Offline

 

© amMap & amCharts | Forum engine: PunBB