Search found 214 matches

by qcrnd
Wed Jun 02, 2010 5:39 pm
Forum: .NET
Topic: Wrong color is shown in the legend
Replies: 15
Views: 44784

Re: Wrong color is shown in the legend

hi sandrs, I can not upgrade my version we are a week before code freeze. I used you example without the method : private void checkBox1_CheckedChanged(object sender, EventArgs e) { tChart1.Legend.CheckBoxes = checkBox1.Checked; } Since I didn't know to which event to link it. And I still have the s...
by qcrnd
Wed Jun 02, 2010 12:19 pm
Forum: .NET
Topic: Marks on Stacked Bar Chart Do Not Show
Replies: 17
Views: 24498

Re: Marks on Stacked Bar Chart Do Not Show

Hey Narcís, TeeChart version is 3.5.3425.20244 Here is the chart before the zoom: http://img205.imageshack.us/img205/8830/beforezoom.jpg And the chart after multiple zooms: http://img408.imageshack.us/img408/8840/afterzoom.jpg This problem occurs only when there's a single bar shown, could that be t...
by qcrnd
Tue Jun 01, 2010 3:29 pm
Forum: .NET
Topic: Wrong color is shown in the legend
Replies: 15
Views: 44784

Re: Wrong color is shown in the legend

Hi Sandra , My version is 3.5.3425.20244 I tried to create a small example - and it seems to work partially - since on resize of the chart - the legend begins to be corrupted. I tried to add the event and the method to our code ,and the legend looks corrupted , like the images that i send you - I th...
by qcrnd
Tue Jun 01, 2010 3:13 pm
Forum: .NET
Topic: Pie chart too small because of long labels
Replies: 4
Views: 7764

Re: Pie chart too small because of long labels

Hey Narcís An option would be using CustomXRadius and CustomYRadius property as discussed here . Using the CustomXRadius & CustomYRadius will produce a constant size graph which isn't what I'm after. Ok, in that case you can do something as what I did here . You may use that in the GetMarkText event...
by qcrnd
Tue Jun 01, 2010 3:03 pm
Forum: .NET
Topic: Marks on Stacked Bar Chart Do Not Show
Replies: 17
Views: 24498

Re: Marks on Stacked Bar Chart Do Not Show

Thanks Narcis,
That's works fine except when there's only one column being shown.
In that case the first and last cover all the marks

Is this a known issue?

Thanks
Elad
by qcrnd
Tue Jun 01, 2010 8:23 am
Forum: .NET
Topic: Pie chart too small because of long labels
Replies: 4
Views: 7764

Pie chart too small because of long labels

Hey, I have an issue with pie chart's where the chart width is small, the labels do not get cut (auto ellipsis) and the pie become very small if visible at all. I have used the chart's GetSeriesMark event to add a line break, but this is done for every graph size. Is there a way to get the rendered ...
by qcrnd
Mon May 31, 2010 1:11 pm
Forum: .NET
Topic: Wrong color is shown in the legend
Replies: 15
Views: 44784

Re: Wrong color is shown in the legend

Hi ,

I tried to use the workaround , but it delete the legend and the colors in the chart.
When the checkboxes = true I see :
1.JPG
1.JPG (21.88 KiB) Viewed 36908 times
When the checkboxes = false I see :
2.JPG
2.JPG (16.72 KiB) Viewed 36905 times
I want to see the legend text and the legend color
Please advice.
Thanks
by qcrnd
Mon May 31, 2010 6:12 am
Forum: .NET
Topic: Marks on Stacked Bar Chart Do Not Show
Replies: 17
Views: 24498

Re: Marks on Stacked Bar Chart Do Not Show

Hey Narcís I've been working for the past few days on implementing this fix, and everything works fine except on some occasions when zooming in the chart. using m_chart.Page.MaxPointsPerPage, where not all the marks should be visible. calling the RefreshMarksPosition() does update the annotations po...
by qcrnd
Sun May 30, 2010 6:15 am
Forum: .NET
Topic: Wrong color is shown in the legend
Replies: 15
Views: 44784

Re: Wrong color is shown in the legend

Do you have any workaround that I can use until we get the fix in future versions?

Thanks
by qcrnd
Thu May 27, 2010 1:43 pm
Forum: .NET
Topic: Wrong color is shown in the legend
Replies: 15
Views: 44784

Wrong color is shown in the legend

Hi , I have a problem -when some of my series are not active and I set the legend CheckBoxes property to be false. In this case the colors of the legends are wrong. Steps: 1.This is my chart : 1.JPG 2.I change some of the series to be not active : 2.JPG 3.I chnge the property of the legend to be Che...
by qcrnd
Tue May 25, 2010 9:48 am
Forum: .NET
Topic: Marks on Stacked Bar Chart Do Not Show
Replies: 17
Views: 24498

Re: Marks on Stacked Bar Chart Do Not Show

Hey Narcís I've tried working with your solution, I'm facing the following problems. Whenever the chart size is changed the annotations position is given from the old marks positions (position prior to the resize). I have tried adding code for the chart's BeforeDraw, BeforeDrawSeries or Resize event...
by qcrnd
Sun May 23, 2010 6:36 am
Forum: .NET
Topic: Marks on Stacked Bar Chart Do Not Show
Replies: 17
Views: 24498

Re: Marks on Stacked Bar Chart Do Not Show

Thanks Narcís
I'll try your suggestion

Regards,
Elad
by qcrnd
Thu May 20, 2010 8:52 am
Forum: .NET
Topic: Marks on Stacked Bar Chart Do Not Show
Replies: 17
Views: 24498

Re: Marks on Stacked Bar Chart Do Not Show

Hey Sandra This request is not a suggestion, this is regression bug, and a critical bug on our side. We've upgraded from the Delphi version where it used to work and in the .Net version it doesn't. In addition in 3D charts the marks are visible as expected. We would like your cooperation in supplyin...
by qcrnd
Tue May 18, 2010 9:15 am
Forum: .NET
Topic: Marks on Stacked Bar Chart Do Not Show
Replies: 17
Views: 24498

Marks on Stacked Bar Chart Do Not Show

When using a Stack Bar Chart (MultiBar = Stacked) the marks of the bars do not show since those are being behind the next bar. Thus seeing only the mark of the top most bar. There is a solution to change the y-position of the mark (modify the arrow property), however I do not want to change the y-po...
by qcrnd
Wed May 12, 2010 1:13 pm
Forum: .NET
Topic: Dates Range on the bottom axis - properties
Replies: 34
Views: 45053

Re: Dates Range on the bottom axis - properties

Hi
You are right - I missed this part .
Now it works OK:)

Thanks