Search found 214 matches

by qcrnd
Mon Nov 23, 2009 3:23 pm
Forum: .NET
Topic: legend Symbols
Replies: 1
Views: 3557

legend Symbols

Hi I have an area graph and I added Pointers to each searies to mark each point. The problem is that it effects the legend . I dont want my legend symbols to be like the Pointers because my the points are very small Diamond with size 2. I want it just to be a plane rectangle with color just like it ...
by qcrnd
Mon Nov 23, 2009 12:21 pm
Forum: .NET
Topic: showing tooltips on series.
Replies: 7
Views: 13632

showing tooltips on series.

Hi I have an area chart and I want a tooltip to appear each time the mouse hovers over a point. I added MarksTip to the chart but I get the tooltip in the whole colored area. I only want the tooltip to appear on the Points of the series and to show the Y value at that point. currently the tooltip sh...
by qcrnd
Sun Nov 15, 2009 8:30 am
Forum: .NET
Topic: Remove area series vertical lines
Replies: 6
Views: 9390

Re: Remove area series vertical lines

Hi Narcis
Thanks for the update I will try and sync with the latest tchart sometime soon.
Thanks.
by qcrnd
Wed Nov 11, 2009 2:56 pm
Forum: .NET
Topic: Remove area series vertical lines
Replies: 6
Views: 9390

Re: Remove area series vertical lines

Hi Narcis Thanks for the reply , but still this is something I tried before and doesnt work well. The AreaLines Visible changes the way the lines are drawn (the color etc) but still I always get a line. I have uploaded a sample project simply run it and you will see (Form1 is the relevant form). I a...
by qcrnd
Tue Nov 10, 2009 4:34 pm
Forum: .NET
Topic: Remove area series vertical lines
Replies: 6
Views: 9390

Remove area series vertical lines

Hi I have an area chart , and there seems to be a vertical line going up from the bottom to the top which is not part of the grid but coinsides with each value of the series, i.e. each point in the series there will be a line going up from the the bottom axis all the way to the point on the series. ...
by qcrnd
Wed Aug 26, 2009 9:20 am
Forum: .NET
Topic: duplicate dates on bottom axis
Replies: 1
Views: 3179

duplicate dates on bottom axis

Hi I have a chart with line series that have values according to dates and I add data using the series.add(Date,value) method. The problem is that if the start and end dates are close to each other I get duplicate labels with the same date on the bottom axis. How do I remove these duplicate labels o...
by qcrnd
Thu Jun 04, 2009 12:24 pm
Forum: .NET
Topic: Working with the Marks.Item list
Replies: 8
Views: 10256

Hi Yeray
Its not easy to reproduce, it only happens sometimes in our application but I cant send you something so big. I will maybe try later on to build something small and see if it happens.
Thanks.
by qcrnd
Thu Jun 04, 2009 12:22 pm
Forum: .NET
Topic: Side Bar chart with 0 values
Replies: 2
Views: 4426

Ok Thanks.
by qcrnd
Thu Jun 04, 2009 10:18 am
Forum: .NET
Topic: Circular Gauges question
Replies: 1
Views: 3915

Circular Gauges question

Hi Is there any way I can create a Circular Gauage with 3 Areas. I need Green Yellow and Red areas. I tried to use gradient on the Red Line From Yellow to Red but it doesnt look so nice. it would be greate if you had the option for extra lines inbetween the GreenLine and RedLine Is it possible someh...
by qcrnd
Thu Jun 04, 2009 8:39 am
Forum: .NET
Topic: Side Bar chart with 0 values
Replies: 2
Views: 4426

Side Bar chart with 0 values

Hi I have a bar chart with series of type MultiBar = Side. the series are side by side on the Bottom axis. The problem is that if I have many series I would like the ones with a zero value not to appear on the x Axis so as not to take up space. I tried setting the values to null if (bar.YValues[j] =...
by qcrnd
Thu Jun 04, 2009 8:22 am
Forum: .NET
Topic: Working with the Marks.Item list
Replies: 8
Views: 10256

I Yeray Thanks. I tried the Labels , and it seems OK Except for one problem which I also saw before in other charts. Sometimes the Marks , and the Labels on the x Axis get mixed up. for example a label on the x Axis can suddenly change after resize to the same string as the mark , and visa versa. Is...
by qcrnd
Wed Jun 03, 2009 1:33 pm
Forum: .NET
Topic: Working with the Marks.Item list
Replies: 8
Views: 10256

Hi Yeray
Thanks. The only problem is ... HOW can I set the marks Items text to something else.
tChart1.Series[k].Marks.Items[ValueIndex].Text = MyString doesnt have any effect.

Thanks.
by qcrnd
Tue Jun 02, 2009 9:18 am
Forum: .NET
Topic: Working with the Marks.Item list
Replies: 8
Views: 10256

Hi I have a stacked bar chart and I want a mark on top of each stacked bar with the total . Until now I have used the Mark of the top most series and it worked ok ( bar.Mark.Visible = true) however because of problem that you have with 0 values, I was suggested by Yeray to use a workaround which inv...
by qcrnd
Sun May 31, 2009 5:49 am
Forum: .NET
Topic: Working with the Marks.Item list
Replies: 8
Views: 10256

Working with the Marks.Item list

Hi
I have a bar chart and for each bar series I tried to work with the Marks.Item list , but I dont see the marks I defined in the item list.
How exactly am I supposed to work with this .
Thanks.
by qcrnd
Tue May 26, 2009 1:04 pm
Forum: .NET
Topic: RELEASE 3.5.3425.20244 Problems
Replies: 10
Views: 11716

Hi Yeray I have just tried your suggestion using the AfterDraw . 3 Questions regarding your method. 1. Is there any reason why you used the GetLegendRect event to get the Legend Top position instead of simply using a local variable inside AfterDraw event and setting it int FirstItemTopLegend = tChar...