Annotation Not Working Correctly
Posted: Mon Aug 08, 2011 7:32 pm
I have recently upgraded from an older version and am having issues with the Annotation. I used to write the code as shown below:
Dim Annotation1 As New Steema.TeeChart.Tools.Annotation(qualityratiochart.Chart)
Annotation1.Active = True
Annotation1.Shape.Color = Drawing.Color.Transparent
Annotation1.Shape.CustomPosition = True
Annotation1.Left = 200
Annotation1.Top = 200
Annotation1.Text = "TEST"
This code doesnt seem to work now, it just places the annotation in the top left corner, with no text associated with it.
Help!!!
Dim Annotation1 As New Steema.TeeChart.Tools.Annotation(qualityratiochart.Chart)
Annotation1.Active = True
Annotation1.Shape.Color = Drawing.Color.Transparent
Annotation1.Shape.CustomPosition = True
Annotation1.Left = 200
Annotation1.Top = 200
Annotation1.Text = "TEST"
This code doesnt seem to work now, it just places the annotation in the top left corner, with no text associated with it.
Help!!!