Hi Narcis,
When I right click on chart, using context menu to add a new tab chart I am still getting new chart in 3d.
Thanks for your help.
Telvent User
Search found 14 matches
- Thu Jun 21, 2012 10:59 pm
- Forum: .NET
- Topic: Default 2d view
- Replies: 3
- Views: 4396
- Thu Jun 14, 2012 9:46 pm
- Forum: .NET
- Topic: Default 2d view
- Replies: 3
- Views: 4396
Default 2d view
Hi ,
Anyone know, how to create a new chartbook in 2d mode. Everythime I open it it shows up in 3d mode.
FYI: I tried tchart1.aspect.view3d=false but no luck. Any ideas.
Thanks
Telvent User.
Anyone know, how to create a new chartbook in 2d mode. Everythime I open it it shows up in 3d mode.
FYI: I tried tchart1.aspect.view3d=false but no luck. Any ideas.
Thanks
Telvent User.
- Thu Jun 07, 2012 4:01 pm
- Forum: .NET
- Topic: How to connect teechart to sql server dataset/database
- Replies: 15
- Views: 16790
Re: How to connect teechart to sql server dataset/database
Hi Sandra,
I don't think the code is working as I am expecting. Look at the attachment, when I scroll the graph using right mouse button I am getting the menu which I want to disable or hide.
So basically I don't want the menu on left click neither on right click.
Thanks.
I don't think the code is working as I am expecting. Look at the attachment, when I scroll the graph using right mouse button I am getting the menu which I want to disable or hide.
So basically I don't want the menu on left click neither on right click.
Thanks.
- Wed Jun 06, 2012 2:44 pm
- Forum: .NET
- Topic: How to connect teechart to sql server dataset/database
- Replies: 15
- Views: 16790
Re: How to connect teechart to sql server dataset/database
Hi Sandra, I am refering to runtime. So when I click right mouse button the chart scrolls which is fine but also getting context menu which I do not want. I mean to say I just want to scroll the graph and dont want context menu to pop up. Is there anyway I can disable the context menu. Thanks Telven...
- Tue Jun 05, 2012 3:31 pm
- Forum: .NET
- Topic: How to connect teechart to sql server dataset/database
- Replies: 15
- Views: 16790
Re: How to connect teechart to sql server dataset/database
Thanks Sandra,
I am using Winforms / visual studio 2008.
Telvent User
I am using Winforms / visual studio 2008.
Telvent User
- Mon Jun 04, 2012 7:36 pm
- Forum: .NET
- Topic: How to connect teechart to sql server dataset/database
- Replies: 15
- Views: 16790
Re: How to connect teechart to sql server dataset/database
Hi Sandra, I have few questions. First question is, On this forum, I did not find any way to start a new post/thread. I only found "Post a reply" link at the bottom of an existing thread and I always click that and ask questions which is very confusing. Is there anyway I can start a totally new post...
- Fri May 25, 2012 3:13 pm
- Forum: .NET
- Topic: How to connect teechart to sql server dataset/database
- Replies: 15
- Views: 16790
Re: How to connect teechart to sql server dataset/database
Yes, Actually I created a Test form without any infragistics control and when I switched to designer window I am getting the same error. Error screen shot is are attached. Although my code is successfully compiled and I am able to view the form and the graph at run time. Below is my code behind file...
- Wed May 23, 2012 11:13 pm
- Forum: .NET
- Topic: How to connect teechart to sql server dataset/database
- Replies: 15
- Views: 16790
Re: How to connect teechart to sql server dataset/database
Thanks Sandra for your help. I am able to generate graphs from database using different axis with your help. Another issue I am experiencing is, I installed infragistics win form on my server to use infragistics datagrid binded with the TChart object. When I switch to design view in visual studio 20...
- Fri May 11, 2012 5:47 pm
- Forum: .NET
- Topic: How to connect teechart to sql server dataset/database
- Replies: 15
- Views: 16790
Re: How to connect teechart to sql server dataset/database
Thanks Sandra, with your help I am able to load data. Although I have another question. In the .net sample examples , I am able to select right,left bottom and top axis at run time or design time using editor window properties. But when I do the same thing with my database loaded graph using editor ...
- Wed May 02, 2012 10:11 pm
- Forum: .NET
- Topic: How to connect teechart to sql server dataset/database
- Replies: 15
- Views: 16790
How to connect teechart to sql server dataset/database
Can you please provide some details about teechart and sql server database connection. There is a series tab and a sub tab called data source in tee chart editor. when we select database from dropdown then dataset is empty. Can you please shed some light on it. How to utilize this feature. Thanks. T...
- Thu Oct 27, 2011 2:36 pm
- Forum: .NET
- Topic: Example with CloseEditor event
- Replies: 2
- Views: 3745
Re: Example with CloseEditor event
Answering my own question, although it doesn' t work if user right-clicks on chart and chooses Edit. Only works with custom button where I control how the editor gets called and displayed. static void RefreshDataSources(object sender, EventArgs e) { MessageBox.Show("in Refresh"); return; } private v...
- Wed Oct 26, 2011 10:50 pm
- Forum: .NET
- Topic: Example with CloseEditor event
- Replies: 2
- Views: 3745
Example with CloseEditor event
Would it be possible to see an example of C# code using the Chart Editor's CloseEditor event? I maintain a DataGrid which shows the chart series, along with names of the objects that will provide data for each Series. If a user opens the chart editor and adds a Series, and then closes the editor, I ...
- Thu Oct 20, 2011 3:07 pm
- Forum: .NET
- Topic: Chartbook and X-Axis granularity
- Replies: 2
- Views: 3549
Re: Chartbook and X-Axis granularity
Thanks Narcis, I think that will do it.
Marc
Marc
- Wed Oct 12, 2011 8:57 pm
- Forum: .NET
- Topic: Chartbook and X-Axis granularity
- Replies: 2
- Views: 3549
Chartbook and X-Axis granularity
Hello, I plan on using a Chartbook to display data in various time granularity. One chart would display data in 15min steps, another would display it in hourly steps, another in daily, another in monthly. I plan on saving this configuration using the Template.Save (Stream). I would save only the con...