Search found 214 matches

by qcrnd
Wed May 12, 2010 11:00 am
Forum: .NET
Topic: Dates Range on the bottom axis - properties
Replies: 34
Views: 45054

Re: Dates Range on the bottom axis - properties

Hi

Your example is good and work exactly as I want.

But in my solution on my chart I got all the days between.
Do yo know what property can cause this behavior?

Thanks
by qcrnd
Tue May 11, 2010 8:12 am
Forum: .NET
Topic: Dates Range on the bottom axis - properties
Replies: 34
Views: 45054

Re: Dates Range on the bottom axis - properties

Hi ,

See the attachment - In my chart I have 3 area series and on the lest I have the values of the series.
I want to show only the dates that have value in the series.
chart.JPG
chart.JPG (38.14 KiB) Viewed 7132 times
Thanks
by qcrnd
Mon May 10, 2010 7:41 am
Forum: .NET
Topic: Dates Range on the bottom axis - properties
Replies: 34
Views: 45054

Re: Dates Range on the bottom axis - properties

Hi

Since the solution that you gave is not working for me (you can see the attachments that I send you) .
Can you please tell how can I set the chart to show only the dates that we have data for them in the series?

Thanks
by qcrnd
Thu Apr 15, 2010 10:53 am
Forum: .NET
Topic: Pie chart marks style
Replies: 1
Views: 3789

Pie chart marks style

Hello, Previously, in delphi (As shown in the image below) I was able to show both then number of entries in a category and the percentage corresponding to it. Pie Chart.jpg I'm trying to display the same information in a C# (in a pie as well) however this is the closest option i Could find in C# Pi...
by qcrnd
Wed Apr 07, 2010 6:09 am
Forum: .NET
Topic: Dates Range on the bottom axis - properties
Replies: 34
Views: 45054

Re: Dates Range on the bottom axis - properties

Hi , This solution is not good for me , I want the Increment to be one day since when the range is only 3-4 days I want to see all the days. And when the range of the data is 3-5 months , I want to see the first and the last date and only part of the dates in the middle. In the solution that you sug...
by qcrnd
Thu Mar 25, 2010 3:01 pm
Forum: .NET
Topic: Dates Range on the bottom axis - properties
Replies: 34
Views: 45054

Re: Dates Range on the bottom axis - properties

Hi
You can see the example project I used.
I copied your code to my example, try to resizing the dialog.
Ex.zip
(50.52 KiB) Downloaded 720 times

Thanks
by qcrnd
Sun Mar 21, 2010 8:10 am
Forum: .NET
Topic: Dates Range on the bottom axis - properties
Replies: 34
Views: 45054

Re: Dates Range on the bottom axis - properties

Hi , I tried to use the new example , but I still have the same problem in the range is big. If I don't try to change the label ,in resizing the tee chart is smart and know how to show part of the labels on redraw and it looks good. I want the same behavior an on addition always to add the first and...
by qcrnd
Thu Mar 18, 2010 12:10 pm
Forum: .NET
Topic: Dates Range on the bottom axis - properties
Replies: 34
Views: 45054

Re: Dates Range on the bottom axis - properties

Hi Sandra, I think you don't understand the problem that I have, since I tried to use the code that you send , and in the both of them have the problems that I already told you. Example 1 : draw all the dates , but when the window is too small the dates are drown on top of each other.( see I marked ...
by qcrnd
Sun Mar 14, 2010 2:09 pm
Forum: .NET
Topic: Dates Range on the bottom axis - properties
Replies: 34
Views: 45054

Re: Dates Range on the bottom axis - properties

Hi I try to understand and to use the code in the tread, but it is not working form me. I need some method like "on draw" that will calculate all over again where the label are draw and to decide if to show the label or not. Can you please see the example that I send you in order to reproduce the pr...
by qcrnd
Mon Mar 08, 2010 3:05 pm
Forum: .NET
Topic: Pie Chart marks problems
Replies: 1
Views: 3671

Pie Chart marks problems

Hi
I have a pie chart and sometimes the marks get mixed up with each other
see attached image.
Please help
Thanks.
by qcrnd
Sun Mar 07, 2010 1:10 pm
Forum: .NET
Topic: Dates Range on the bottom axis - properties
Replies: 34
Views: 45054

Re: Dates Range on the bottom axis - properties

Hi ,

I tried to understand the code in the linked thread , but I don't think that it is the same problem.
Can you please assist ? Did you download the example project that I send you?

Thanks.
by qcrnd
Sun Mar 07, 2010 8:21 am
Forum: .NET
Topic: Pie in TChart disappears
Replies: 3
Views: 5318

Re: Pie in TChart disappears

Hi, I don't know what properties need to be set in order for pie chart to not disappear. That is what I need the help with. I checked our delphi code, there is not code handeling of the pie, so it most be something to do with the settings of properties. Please help me as this is very urgent. Thank y...
by qcrnd
Wed Mar 03, 2010 1:30 pm
Forum: .NET
Topic: Pie in TChart disappears
Replies: 3
Views: 5318

Pie in TChart disappears

Hello,

I have TChart embedded within a control displaying a pie. When the control becomes smaller the pie disappears, this wasn't a problem in Delphi what should i do

Jonathan
by qcrnd
Mon Mar 01, 2010 10:06 am
Forum: .NET
Topic: Dates Range on the bottom axis - properties
Replies: 34
Views: 45054

Re: Dates Range on the bottom axis - properties

Hi

Can you please summarize the code that I should use?
Since there is a lot of code there of ( changing the axis with angle 90 or 0 and definition of chart) that is not relevant to me.

Thanks
by qcrnd
Sun Feb 28, 2010 8:56 am
Forum: .NET
Topic: Dates Range on the bottom axis - properties
Replies: 34
Views: 45054

Re: Dates Range on the bottom axis - properties

Hi Maybe I misunderstand the solution, but how the "gauge" property is related the my problem? As you see in the example that I send you , I want to know on "OnChartAfterDraw" method ,which label to set to visible and which to set to be invisible. On resizing it will be change -because it depends if...