Search found 3 matches

by .Net
Fri Nov 11, 2005 2:23 pm
Forum: .NET
Topic: Points3D and Click event
Replies: 1
Views: 3723

Points3D and Click event

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
by .Net
Thu Nov 10, 2005 7:26 pm
Forum: .NET
Topic: setting arrow pointer color for marks
Replies: 3
Views: 5679

Hi,
I´m using version 1.1.2004.16592
When the new release with this bug fixed will be avalible to be downloaded?

Thanks!
by .Net
Wed Nov 09, 2005 7:18 pm
Forum: .NET
Topic: setting arrow pointer color for marks
Replies: 3
Views: 5679

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...