Question about TeeChart Pro AX v7

TeeChart for ActiveX, COM and ASP
Post Reply
Bob
Newbie
Newbie
Posts: 23
Joined: Thu May 27, 2004 4:00 am
Location: Houston, TX USA

Question about TeeChart Pro AX v7

Post by Bob » Tue Aug 17, 2004 12:53 pm

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

Christopher
Site Admin
Site Admin
Posts: 1349
Joined: Thu Jan 01, 1970 12:00 am
Location: Riudellots de la Selva, Catalonia
Contact:

Post by Christopher » Tue Aug 17, 2004 3:08 pm

Hi Bob,
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.
In AXv7 you can do:

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
So the answer is yes :D
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/

Bob
Newbie
Newbie
Posts: 23
Joined: Thu May 27, 2004 4:00 am
Location: Houston, TX USA

Post by Bob » Tue Aug 17, 2004 3:51 pm

Chris,
That's great news! I'll place an order for the upgrade this week.
Thanks :D
Bob

Post Reply