Search found 2 matches

by Alex
Wed May 03, 2006 12:48 pm
Forum: .NET
Topic: Empty Mark Text displays Value on Chart
Replies: 2
Views: 3508

Hi Narcis,

thanks for your fast answer and the workaround!

Best regards

Alex
by Alex
Tue May 02, 2006 3:36 pm
Forum: .NET
Topic: Empty Mark Text displays Value on Chart
Replies: 2
Views: 3508

Empty Mark Text displays Value on Chart

Hi! Little problem: I only want to see on defined points custom mark text, the other marks should not be visible in the chart. e.g.: With TChart1 .Series.Clear() .Aspect.View3D = False Dim Test_ As New Steema.TeeChart.Styles.Line(.Chart) With Test_ .Add(-10, 50, "Maximum") .Add(0, 20, "") .Add(10, 2...