1 How do I change the style of a columnar thematic map?
Map1.DataSets.Item (DSName). Themes ("Trafficflubar"). Properties.size = Barsize
Map1.DataSets.Item (DSName). Themes ("Trafficflubar"). Properties.barwidth = BarWidth
2 How do I modify the style of a pie-shaped thematic map?
Map1.DataSets.Item (DSName). Themes ("Trafficflupiebar"). Properties.size = Piebarsize
' Map1.DataSets.Item (dsname). Themes ("Trafficflupiebar"). Properties.width = Piebarwidth
3 How do I modify the callout style?
Set Ostyle = New Mapxlib.style
OStyle.TextFont.Size = 12
OStyle.TextFont.Bold = True
Ostyle.symbolfontcolor = Vbwhite
Ostyle.textfontbackcolor = Vbblue
Ostyle.textfontopaque = True
Map1.Annotations.AddText (RS (Showfield), Lyr. Selection (1). CenterX, Lyr. Selection (1). CenterY, 3). Graphic.style = Ostyle
(White and black background)
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.