Search found 8 matches

by IHWB
Mon Nov 24, 2008 1:55 pm
Forum: .NET
Topic: Is there a Series.TitleChanged event?
Replies: 1
Views: 3377

Is there a Series.TitleChanged event?

I would like to handle the event where a user uses the TeeChart editor to rename a series (i.e. changes the series title).

Is that possible, and if yes, how?

PS: using TeeChart .NET v3
by IHWB
Fri Oct 24, 2008 12:02 pm
Forum: .NET
Topic: Marks always visible in Bar series when loading TEN-file
Replies: 4
Views: 6025

thanks for the support! am anxiously awaiting the fix!
by IHWB
Fri Oct 24, 2008 10:33 am
Forum: .NET
Topic: Marks always visible in Bar series when loading TEN-file
Replies: 4
Views: 6025

Your example works fine for me. However, I've been able to pinpoint the problem I am experiencing. It occurs under the following circumstances: * Add a Line series to the chart (e.g. with sample values) * Change the line series to a Bar series (using the teechart editor). The bar series does not dis...
by IHWB
Fri Oct 24, 2008 8:12 am
Forum: .NET
Topic: Marks always visible in Bar series when loading TEN-file
Replies: 4
Views: 6025

Marks always visible in Bar series when loading TEN-file

Whenever I use a Bar series in a chart, save this chart in the native TeeChart format (*.ten), and then later use TChart.Import.Template.Load to load this ten-file, the series marks on the Bar series are always visible, even if Marks -> Visible was switched off when I saved the chart. As I use relat...
by IHWB
Mon Apr 14, 2008 9:24 am
Forum: .NET
Topic: Colorline on the depth axix is drawn on the left axis
Replies: 5
Views: 8763

any idea of if and when it will be implemented?
We are contemplating migrating to TeeChart .NET v3, has the feature been implemented there?
by IHWB
Mon Apr 14, 2008 8:26 am
Forum: .NET
Topic: Colorline on the depth axix is drawn on the left axis
Replies: 5
Views: 8763

Has this issue been resolved yet?
I too would love to be able to display a colorline on the depth axis.
by IHWB
Tue Apr 08, 2008 4:04 pm
Forum: .NET
Topic: ColorLine.AllowDrag = False causes ColorLine to disappear
Replies: 2
Views: 4423

It seems that I have found the problem: The disappearing ColorLine occurred because the value of the ColorLine was beyond the axis limits, which is expected behavior, I guess. The fact that the ColorLine was displayed when I switched on AllowDrag confused me a little. Thanks for the quick reply, tho...
by IHWB
Tue Apr 08, 2008 11:53 am
Forum: .NET
Topic: ColorLine.AllowDrag = False causes ColorLine to disappear
Replies: 2
Views: 4423

ColorLine.AllowDrag = False causes ColorLine to disappear

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 ColorLine1.AllowDrag = False the ColorLine is not visible in the chart. If I then use the TeeChart Editor...