ColorLine.AllowDrag = False causes ColorLine to disappear
Posted: Tue Apr 08, 2008 11:53 am
I'm using the latest release (6th Mar. 2008) of TeeChart .NET v2 in a VB project.
I have a problem of not being able to create non-draggable ColorLines.
When I add a ColorLine to a Chart and set
the ColorLine is not visible in the chart.
If I then use the TeeChart Editor during runtime and go to Tools -> ColorLine and switch "Allow Drag" on, the ColorLine reappears and remains displayed even if I switch "Allow Drag" off again.
Am I doing something wrong or is this a bug?
I have a problem of not being able to create non-draggable ColorLines.
When I add a ColorLine to a Chart and set
Code: Select all
ColorLine1.AllowDrag = False
If I then use the TeeChart Editor during runtime and go to Tools -> ColorLine and switch "Allow Drag" on, the ColorLine reappears and remains displayed even if I switch "Allow Drag" off again.
Am I doing something wrong or is this a bug?