Hi
I need to make a time graph like the attached image but in vertical direction.
I need that in the left axe shows the time and the bottom axe shows a progressive number
And it could be better if is a line graph.
How can I do that?
Thanks!
Search found 39 matches
- Tue Aug 02, 2011 1:24 am
- Forum: .NET
- Topic: Time Chart
- Replies: 1
- Views: 3505
- Fri Jul 01, 2011 8:30 pm
- Forum: .NET
- Topic: Bad position for line series labels
- Replies: 3
- Views: 5250
Re: Bad position for line series labels
Thanks Narcís for your reply. We resolved this issue by fixing our code. The bug was while trying to get close the marks with the series, using the GetSeriesMark event and setting custom position to true. Marks positions now are correctly placed and zoom is working properly.
Thanks,
best regards.
Thanks,
best regards.
- Thu Jun 30, 2011 5:26 pm
- Forum: .NET
- Topic: Bad position for line series labels
- Replies: 3
- Views: 5250
Bad position for line series labels
Hi, we have a project in .net WPF with TChart WPF. We're trying to put labels on each series, but shifting and zooming into the graph, the labels are not positioned correctly. The value of each label is the title of the series, used to set marks with MarksStyles.SeriesTitle. There are 3 pictures. Th...
- Tue Aug 24, 2010 12:20 am
- Forum: .NET
- Topic: fix increment
- Replies: 11
- Views: 13034
Re: fix increment
Thanks It worked out. I was doing wrong. But settig labels with blank spaces doesn't solve my problem. I need my panel not to have margin on the left side. And it's only possible if I remove the labels at the left axis (that includes the grid, and I don´t want to remove it). is It correct? One alter...
- Wed Aug 11, 2010 5:12 am
- Forum: .NET
- Topic: fix increment
- Replies: 11
- Views: 13034
Re: fix increment
I forgot to mention that I am using WPF version TeeChart
- Wed Aug 11, 2010 4:47 am
- Forum: .NET
- Topic: fix increment
- Replies: 11
- Views: 13034
Re: fix increment
Thanks for reply
I had success in reduce the height of the bars in graphics gantt, but I couldn´t eliminate the labels in the left axe without eliminate the thicks and grid. I wrote the first code and grids and thicks were eliminated
I'm doing wrong?
Thanks in advance.
I had success in reduce the height of the bars in graphics gantt, but I couldn´t eliminate the labels in the left axe without eliminate the thicks and grid. I wrote the first code and grids and thicks were eliminated
I'm doing wrong?
Thanks in advance.
- Thu Aug 05, 2010 11:55 pm
- Forum: .NET
- Topic: fix increment
- Replies: 11
- Views: 13034
Re: fix increment
Thanks for reply I think I understood your suggestion, I'm going check it later. I got two new questions: 1. It's possible eliminate the labels in the left axe without eliminate the thicks and grid? 2. It's possible reduce de height of the bars in graphics gantt? If it is possible, how can I do that...
- Thu Jul 29, 2010 10:40 pm
- Forum: .NET
- Topic: fix increment
- Replies: 11
- Views: 13034
Re: fix increment
This is the image
The idea is that each pair of gantt graph bars staying in the same line of their corresponding row of the tabular data for any number of elements.
In this example I have 12 elements, and x have one value.
I need that x has the same value If there are 5 or 15 elements,
The idea is that each pair of gantt graph bars staying in the same line of their corresponding row of the tabular data for any number of elements.
In this example I have 12 elements, and x have one value.
I need that x has the same value If there are 5 or 15 elements,
- Thu Jul 29, 2010 9:19 pm
- Forum: .NET
- Topic: fix increment
- Replies: 11
- Views: 13034
Re: fix increment
Thanks for reply. But that I need, is set the same distance between each ticks in pixels. I want to create a graph dinamically next to a tabular data, and I need that each row of the tabular data are in the same line at the graphic ticks. .......................Tabular Data.............................
- Wed Jul 28, 2010 9:40 pm
- Forum: .NET
- Topic: fix increment
- Replies: 11
- Views: 13034
fix increment
Hi
It could be possible to fix (in the drawing) the increment in the right axe?
I need that each increment are equal in pixels, or points, etc.
I need to put a tabular data next to the graph, each row of the tabular data is one increment in the right axe.
Thanks
It could be possible to fix (in the drawing) the increment in the right axe?
I need that each increment are equal in pixels, or points, etc.
I need to put a tabular data next to the graph, each row of the tabular data is one increment in the right axe.
Thanks
- Fri Jul 16, 2010 9:08 pm
- Forum: .NET
- Topic: Customize Text Marks Tip WPF
- Replies: 2
- Views: 4483
Re: Customize Text Marks Tip WPF
Hi I did. Solution: chart.Series.Add(new Steema.TeeChart.WPF.Styles.Gantt()); Steema.TeeChart.WPF.Styles.Gantt gantt1 = (chart.Series[0] as Steema.TeeChart.WPF.Styles.Gantt); gantt1.Add(dIni, dFin, 1.6, "Statistical\nElement:\t\tPressure Time\nBegin Date:\t1 jun 2010", Color.FromRgb(0, 50, 100)); Bu...
- Fri Jul 16, 2010 5:24 pm
- Forum: .NET
- Topic: Customize Text Marks Tip WPF
- Replies: 2
- Views: 4483
Customize Text Marks Tip WPF
Hi
I need your Help.
Is There a way to customize the text shown in the MarksTips?
I need a diferent Text for each bar in a Gantt graph
How can I do that?
I'm using TeeChart for WPF
Thanks!
I need your Help.
Is There a way to customize the text shown in the MarksTips?
I need a diferent Text for each bar in a Gantt graph
How can I do that?
I'm using TeeChart for WPF
Thanks!
- Tue Jun 08, 2010 9:29 pm
- Forum: .NET
- Topic: Problems with real time chart
- Replies: 12
- Views: 20826
Re: Problems with real time chart
The AutoRepaintProperty was originally set to false, so the property is always off. I have just one thread to populate all series and the Method RefreshSeries is called every time new points are added to a serie. The tChart1.Refresh (where the exception is thrown) is called on a Tick timer from main...
- Mon Jun 07, 2010 5:03 pm
- Forum: .NET
- Topic: Problems with real time chart
- Replies: 12
- Views: 20826
Re: Problems with real time chart
We haven't solved the problem with TeeChart and FastLine series.
Attached is a running demo with 9 series with more than 3000 points. Let it run and after a while the exception will be thrown.
This is an old problem we need to solve. I hope you can help us.
thanks
Attached is a running demo with 9 series with more than 3000 points. Let it run and after a while the exception will be thrown.
This is an old problem we need to solve. I hope you can help us.
thanks
- Mon Jun 07, 2010 12:04 pm
- Forum: .NET
- Topic: Problema al agregar arrays a una serie FastLine
- Replies: 2
- Views: 3840
Re: Problema al agregar arrays a una serie FastLine
Hola Narcís. Muchisimas gracias por la ayuda.
Saludos.
Marcelo.
Saludos.
Marcelo.