hOW Do i put an text in area graph using annotation method?

TeeChart for ActiveX, COM and ASP
Post Reply
Teechart Activex Question
Newbie
Newbie
Posts: 19
Joined: Fri Nov 15, 2002 12:00 am
Contact:

hOW Do i put an text in area graph using annotation method?

Post by Teechart Activex Question » Mon Feb 16, 2004 3:24 pm

i am calling the teechart object from asp.

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Feb 16, 2004 7:41 pm

Hi,

to can simply add the followin two lines to the BuildChart Function in the HotSpot example included in the TeeChart Pro AX installation :

Code: Select all

    AChart.Tools.Add(10)
    AChart.Tools.Items(0).AsAnnotation.Text = "Hello"

Post Reply