Hi,
When dealing with "Points3D" series, In oticed that "Click" event is only fired when one of the pointers in the series is clicked. Is there anyway of firing the event when also clicking on the line?
Thanks in advance.
Marconi
Search found 3 matches
- Fri Nov 11, 2005 2:23 pm
- Forum: .NET
- Topic: Points3D and Click event
- Replies: 1
- Views: 3750
- Thu Nov 10, 2005 7:26 pm
- Forum: .NET
- Topic: setting arrow pointer color for marks
- Replies: 3
- Views: 5716
- Wed Nov 09, 2005 7:18 pm
- Forum: .NET
- Topic: setting arrow pointer color for marks
- Replies: 3
- Views: 5716
setting arrow pointer color for marks
We initialize our TChart instance setting the 3D option to false as below: this.tChart_SblPreview.Aspect.View3D = false; Then we create a series of type Line and try to set its properties. Among them we try to set the color of the arrow pointer for the marks using one of the following code lines: li...