Search found 25 matches
- Tue Aug 31, 2010 7:04 am
- Forum: .NET
- Topic: Tooltip Problem
- Replies: 1
- Views: 3534
Tooltip Problem
Hello I made to my graph tooltip.When data comes from 0 to 60 days ,i show tooltip for every one day until 60 days.But when i show data from 0 day to 1000 days,graph is opened very late and sometimes not.Is it possible to download tooltip data asynchronously?.If yes how can i make it? Or is there an...
- Wed Aug 25, 2010 7:51 am
- Forum: .NET
- Topic: GridLine Problem
- Replies: 1
- Views: 3533
GridLine Problem
Hello I want to make gridline in my graph just for x axis. I use for this "tChart1.Axes.Left.Grid.Visible=false;" and so in my all graph,gridline is shown just x axis.But just for one pragh gridline is shown both,x and y axis.I put belove inccorect graph.what is different in belove graph and how can...
- Thu Aug 19, 2010 2:06 pm
- Forum: .NET
- Topic: Grid Problem
- Replies: 1
- Views: 3424
Grid Problem
Hello
I want to make in my graph Gridline just for x axis.But when i make gridline it is shown both y axis and x axis .How can i make that GridLine just shown in x axis?
Thanks
I want to make in my graph Gridline just for x axis.But when i make gridline it is shown both y axis and x axis .How can i make that GridLine just shown in x axis?
Thanks
- Tue Aug 17, 2010 6:21 am
- Forum: .NET
- Topic: Line Color Problem
- Replies: 3
- Views: 5580
Re: Line Color Problem
Hello Yeray
I tried the code which you wrote.But it gives error.Error is "System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection"
Thanks
I tried the code which you wrote.But it gives error.Error is "System.ArgumentOutOfRangeException: Index was out of range. Must be non-negative and less than the size of the collection"
Thanks
- Mon Aug 16, 2010 11:21 am
- Forum: .NET
- Topic: Line Color Problem
- Replies: 3
- Views: 5580
Line Color Problem
Hello i want to draw in my Graph four lines different color.when i write code, which is belove ,four lines look different color then i wrote as shown in picture.Especially white color looks very bad.Please could you help ,how i can draw different color lines? Line newLine = new Line(); newLine.LineP...
- Thu Aug 12, 2010 12:45 pm
- Forum: .NET
- Topic: GridPreblem
- Replies: 2
- Views: 4524
Re: GridPreblem
Thanks for your responding.I think the code which you wrote is ok.It is as i wanted.
- Wed Aug 11, 2010 12:35 pm
- Forum: .NET
- Topic: GridPreblem
- Replies: 2
- Views: 4524
GridPreblem
Hello
i want to make in my graph X axis gridline as shown in picture with RedLine.Normally X axis gridline goes by 20 to 20.But i want it as goes 7 to 7 as showen in picture.
Tahnks
i want to make in my graph X axis gridline as shown in picture with RedLine.Normally X axis gridline goes by 20 to 20.But i want it as goes 7 to 7 as showen in picture.
Tahnks
- Wed Aug 11, 2010 10:59 am
- Forum: .NET
- Topic: Grid Problem
- Replies: 1
- Views: 3392
Grid Problem
Hello i want to make Grid in my Graph.when i make code which below,Grid is shown in my Graph.But For examlpe if there is in X axis (1,4,8,12), X line is shown 4 to 4 .But i want to show GridLine in X axis 2 to 2.How can i make this? for (int i = 0; i < ch1.Axes.Count; i++) { ch1.Axes .Grid.Visible =...
- Wed Jul 28, 2010 11:21 am
- Forum: .NET
- Topic: Legend series
- Replies: 1
- Views: 3731
Legend series
i want make in my graph series in legend not to 3 line relativly ,i want 2 line in legend like picture with indicated 3.is it possible?Also are they possible that is shown in picture with number1,2,3.if they are possible,how can i make.
Thanks
Thanks
- Wed Mar 03, 2010 12:44 pm
- Forum: .NET
- Topic: Incremented date and custom text in bottom axes label
- Replies: 3
- Views: 5330
Re: Incremented date and custom text in bottom axes label
Hi Yeray, Firstly thank you for your responding. But i was not able to work my project. So i send you a file, which is in "http://www.steema.net/upload" and its name is "Test_Chart.rar". Please could you look my project and from where i make false? from now thank you for interesting Aytaç Kargınoğlu
- Mon Mar 01, 2010 9:17 am
- Forum: .NET
- Topic: Incremented date and custom text in bottom axes label
- Replies: 3
- Views: 5330
Incremented date and custom text in bottom axes label
Hello, i have you a technical question about chart. if you look example in below. To add customXValue, i can make like below ch1.Axes.Bottom.Labels.Style = Steema.TeeChart.AxisLabelStyle.Text; DateTime date = DateTime.Parse(xValue); xValue = date.ToString("dd/MM"); series.Add(date, Convert.ToDouble(...
- Thu Sep 10, 2009 3:13 pm
- Forum: .NET
- Topic: Teechart Silverlight Tooltips
- Replies: 3
- Views: 4904
Re: Teechart Silverlight Tooltips
Hi Narcís,
We are using TeeChart.Silverlight.dll with version 4.0.2009.28597
Thanks
Aytaç Kargınoğlu
We are using TeeChart.Silverlight.dll with version 4.0.2009.28597
Thanks
Aytaç Kargınoğlu
- Thu Sep 10, 2009 3:00 pm
- Forum: .NET
- Topic: Resize Teechart Silverlight
- Replies: 1
- Views: 3189
Resize Teechart Silverlight
Hello, Resize according to browser window We have a implementation of the Teechart using version for .NET web images. We are trying to use the new Silverlight version. We want the graph to resize according to the area available on the browser, so it will be bigger or smaller whent he browser is resi...
- Thu Sep 10, 2009 2:59 pm
- Forum: .NET
- Topic: Teechart Silverlight Tooltips
- Replies: 3
- Views: 4904
Teechart Silverlight Tooltips
Hello, Tooltips slow down the UI (only 4 points) We have a implementation of the Teechart using version for .NET web images. We are trying to use the new Silverlight version. We notice that on a graph with a line of 4 points, when we add the tooltips the UI becomes very slow. We are copied from an e...
- Thu Sep 10, 2009 2:57 pm
- Forum: .NET
- Topic: Mouse Wheel Silverlight
- Replies: 1
- Views: 3227
Mouse Wheel Silverlight
Hello, Zoom works with Drag&Drop not with Mouse Wheel or dbl click We have a implementation of the Teechart using version for .NET web images. We are trying to use the new Silverlight version. Is it possible to have zoom working with the mouse wheel and double-click instead of drag&drop? Thanks Ayta...