Could someone confirm that the new release of TeeChart Pro AX v7 provides transparent colors for the Map Series? I need this feature and will will upgrade as soon as I know that it is contained in the new version.
Thanks,
Bob
Question about TeeChart Pro AX v7
-
- Site Admin
- Posts: 1349
- Joined: Thu Jan 01, 1970 12:00 am
- Location: Riudellots de la Selva, Catalonia
- Contact:
Hi Bob,
So the answer is yes
In AXv7 you can do:Could someone confirm that the new release of TeeChart Pro AX v7 provides transparent colors for the Map Series? I need this feature and will will upgrade as soon as I know that it is contained in the new version.
Code: Select all
Private Sub Form_Load()
With TChart1
.AddSeries scMap
.Series(0).FillSampleValues 10
.Series(0).asMap.Shapes.Polygon(0).Transparency = 80
End With
End Sub
Thank you!
Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/
Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/