Page 1 of 1

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

Posted: Mon Feb 16, 2004 3:24 pm
by 6925002
i am calling the teechart object from asp.

Posted: Mon Feb 16, 2004 7:41 pm
by Pep
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"