Search found 29 matches
- Mon Oct 29, 2007 9:51 am
- Forum: .NET
- Topic: adding two line series
- Replies: 1
- Views: 5065
adding two line series
Hi Its known stacking of lines group is not supported by Tee Chart. We are trying to write some custom code to get the following functionality.is it possible to add two lines series together into a third series and remove the two parent series. request you to kindly help me out with this and also su...
- Fri Sep 21, 2007 11:10 am
- Forum: .NET
- Topic: The axis tends to jump when a series is being added
- Replies: 14
- Views: 19952
- Thu Sep 20, 2007 7:34 am
- Forum: .NET
- Topic: The axis tends to jump when a series is being added
- Replies: 14
- Views: 19952
Thanks Narcis, I appologise for missing out on the Infragistics controls. Your comments were really helpful in the problems especially the problem with Custom axis. I just need one more help, I guess there is no way to stack multiple series in TeeChart. But our client is looking forward to some kind...
- Wed Sep 19, 2007 1:24 pm
- Forum: .NET
- Topic: The axis tends to jump when a series is being added
- Replies: 14
- Views: 19952
Hi Narcis, Please find the file test.zip in your upload page. I have uploaded a sample application indicating the problems mentioned above.Also find in the zip file a document TeeChart Series issue describing the software details and the issues facde by us. The values are hardcoded and the code is d...
- Tue Sep 18, 2007 1:02 pm
- Forum: .NET
- Topic: The axis tends to jump when a series is being added
- Replies: 14
- Views: 19952
Hi Narcis
The piece of code which you had mentioned for enabling the custom axis:
The value of CustomVertAxis is coming to be null in my case.
Do we have to set this value anywhere?
Regards,
uday
The piece of code which you had mentioned for enabling the custom axis:
Code: Select all
ser.CustomVertAxis.Visible = true;
Do we have to set this value anywhere?
Regards,
uday
- Wed Sep 12, 2007 1:29 pm
- Forum: .NET
- Topic: The axis tends to jump when a series is being added
- Replies: 14
- Views: 19952
Hi Narcis My requirement is to check if no series corresponding to a particular axis belonging to any of the selected plotgroups is visible, then the correponding axis should also be made invisible. As I told you before, this should be default behavior and it seems to me it is in the screenshots you...
- Wed Sep 12, 2007 12:03 pm
- Forum: .NET
- Topic: ChartListBox component
- Replies: 5
- Views: 9321
- Wed Sep 12, 2007 11:34 am
- Forum: .NET
- Topic: The axis tends to jump when a series is being added
- Replies: 14
- Views: 19952
Hi Narcis, Please find the following document which illustrates the problem that I am facing currently. Issues with plotting changes for Reservoir Plots.doc I could not explain to you the problem correctly. let be make myself clear.I have different plot groups and number of series associated with ea...
- Wed Sep 12, 2007 11:22 am
- Forum: .NET
- Topic: ChartListBox component
- Replies: 5
- Views: 9321
- Tue Sep 11, 2007 6:50 am
- Forum: .NET
- Topic: The axis tends to jump when a series is being added
- Replies: 14
- Views: 19952
The axis tends to jump when a series is being added
Hi The problem that i am facing is that whenever i add a series to chart dynamically, all the axes name left, right and custom(second left) axis tens to jump side ways. Also based on the series visible or invisible, I want to show or hide the corresponding axes. Is there a way by which i can check w...
- Tue Sep 11, 2007 6:42 am
- Forum: .NET
- Topic: ChartListBox component
- Replies: 5
- Views: 9321
ChartListBox component
Hi
Is it possible to bind the chartlistbox component to the chart editor, so that I can edit the properties of my chartlist box such as colour etc, as is done for the legend.Is it possible to use the chartlistbox as a legend.
Regards,
Uday(usc)
Is it possible to bind the chartlistbox component to the chart editor, so that I can edit the properties of my chartlist box such as colour etc, as is done for the legend.Is it possible to use the chartlistbox as a legend.
Regards,
Uday(usc)
- Wed Aug 08, 2007 10:24 am
- Forum: .NET
- Topic: adding a series to the legend reduces the chart size.
- Replies: 9
- Views: 15488
Hi Narcis, With refernce to the image Chart_Legend, I am trying to use the chart listbox control as a legend. Is it possible to add the series values to the chartlistbox at run time. I have different plot groups on the right side.If I check on one plot group a number of different series are made vis...
- Tue Aug 07, 2007 6:13 am
- Forum: .NET
- Topic: adding a series to the legend reduces the chart size.
- Replies: 9
- Views: 15488
- Tue Aug 07, 2007 6:04 am
- Forum: .NET
- Topic: Grouping of data in a legend
- Replies: 7
- Views: 15703
Hi Edu Please find the document Legend Ordering.Doc for your reference to the sorting problem I am facing in my project. I have specified, how the data is currently being sorted and what is my requirement in the document. Also, I have a query. Can I stop sorting of the series in the legend.Whenever ...
- Tue Aug 07, 2007 5:07 am
- Forum: .NET
- Topic: problem with stacking of Lines and bars
- Replies: 8
- Views: 17616
Hi Edu, I have attched for your refernce an excel sheet stacking issue.xls In my data there are couple of rows with value as zero. I have specified the colour for the as transparent. But when I try to stack the data i am getting some discrepency. As mentioned earlier I am plotting different series a...