Adding click event to annotation
Posted: Sun May 27, 2012 9:35 pm
I would like to add a click event to annotation tool array created at runtime
NumAnnoText=NumAnnoText+1
Dim AnnotationChart() As Steema.TeeChart.Tools.RectangleTool
ReDim Preserve AnnotationChart(NumAnnoText)
AnnotationChart(NumAnnoText) = New Steema.TeeChart.Tools.RectangleTool(TChart1.Chart)
Is it possible to add a click event?
NumAnnoText=NumAnnoText+1
Dim AnnotationChart() As Steema.TeeChart.Tools.RectangleTool
ReDim Preserve AnnotationChart(NumAnnoText)
AnnotationChart(NumAnnoText) = New Steema.TeeChart.Tools.RectangleTool(TChart1.Chart)
Is it possible to add a click event?