Search found 16 matches
- Thu Aug 04, 2011 11:23 am
- Forum: .NET
- Topic: Stock chart with candle and volume
- Replies: 1
- Views: 2838
Stock chart with candle and volume
I want to create a single chart with price and volume (but I want to restrict the volume increase up to a certain levels) so that I can have a good view of price and volume in the same chart as the volume is so high so that it overlaps with the candle stick. But if I use the different axis it still ...
- Wed Nov 11, 2009 3:07 am
- Forum: .NET
- Topic: draw dot lineseries
- Replies: 1
- Views: 2421
draw dot lineseries
Dear All,
For example I have a line series with X from 0 to 100. I would like to have from 0 to 50 are solid line and 50 to 60 are dotted line and from 70 onward is solid. I just want to use a single series to do this. Could you please advise if this is possible?
Regards,
LG
For example I have a line series with X from 0 to 100. I would like to have from 0 to 50 are solid line and 50 to 60 are dotted line and from 70 onward is solid. I just want to use a single series to do this. Could you please advise if this is possible?
Regards,
LG
- Tue Nov 10, 2009 10:01 am
- Forum: .NET
- Topic: Can TChart plot chart like this
- Replies: 8
- Views: 7823
Re: Can TChart plot chart like this
Dear Nacis, Thank you and now I figured out how to do it by ordering the chart as you said stacking does not really make sense at all. Another question, I am trying to draw some dot dot line within a line series of a given period and the whole series is still solid line except a few periods only - h...
- Tue Nov 10, 2009 7:01 am
- Forum: .NET
- Topic: Can TChart plot chart like this
- Replies: 8
- Views: 7823
Re: Can TChart plot chart like this
Dear all, I am trying this code and the chart does not seem to stack on the top of each other very well at all. The value becomes huge on the top and we can see only one colour. It seems to have one colour only as the second series obscure the first one and based on the data they should be stacked o...
- Mon Nov 09, 2009 11:50 am
- Forum: .NET
- Topic: Can TChart plot chart like this
- Replies: 8
- Views: 7823
Re: Can TChart plot chart like this
Hello Sandra, Thank you very much. I would like to have the year on X axis and Date (DD/MM) on the Y axis. I have 4 sets of data in which we can use for plotting and I would like to have the result similar to my first message post chart. I was trying the stack but it does not seem to work well. We c...
- Fri Nov 06, 2009 11:07 pm
- Forum: .NET
- Topic: Can TChart plot chart like this
- Replies: 8
- Views: 7823
Re: Can TChart plot chart like this
Thank you. I was trying that and the colour in the middle (the blue one) does not really connect to each other nicely when I use origin value. There are white spaces in between even I am trying to connect from the max of the previous series. I want the blue area seen nicely as the middle area not ju...
- Fri Nov 06, 2009 3:41 pm
- Forum: .NET
- Topic: Can TChart plot chart like this
- Replies: 8
- Views: 7823
Can TChart plot chart like this
Dear All, I have a sample chart as in the attachment with 4 series. I would like to plot them like as in the attachment and plug-in with colours like this. Could you please advise if there is any way of doing this. I am doing C# and my TChart version is 1.1.1544.23908 I really appreciate if there is...
- Fri May 22, 2009 1:11 am
- Forum: .NET
- Topic: Looking for this chart type?
- Replies: 3
- Views: 3937
Thank you. Sorry that I might have confuse you - the main thing we would like to have is the shape of the series of each point the same as the sample that I posted. No worry about the vertical series frequency and yellow colour does not do anything at all. What I would like to have and be able to dr...
- Thu May 21, 2009 11:27 am
- Forum: .NET
- Topic: Looking for this chart type?
- Replies: 3
- Views: 3937
Looking for this chart type?
I am using a quite version 1.1.1544.23908 of TChart and C#. I would like to develop a chart as in this link sample ?
https://www.yousendit.com/download/MnFq ... MnVGa1E9PQ
Is there anyway that we can achieve in TChart? Any advice is highly appreciated!
Regards,
LG
https://www.yousendit.com/download/MnFq ... MnVGa1E9PQ
Is there anyway that we can achieve in TChart? Any advice is highly appreciated!
Regards,
LG
- Wed May 14, 2008 4:23 pm
- Forum: .NET
- Topic: Crash with many points
- Replies: 1
- Views: 2724
Crash with many points
Dear All, I am using TeeChart 1.1.1544.23908 version and there are some problems when I have multiple series in the chart with many points. I have a 5 minutes for 3 years (2004 to 2007). It sometimes crashes on som machines with the chart crossed out by red line as GDI+ was not loading properly but ...
- Mon Mar 24, 2008 11:05 am
- Forum: .NET
- Topic: Disable/hide "Delete" button on the series tab of
- Replies: 1
- Views: 2690
Disable/hide "Delete" button on the series tab of
I would like to disable or hide the "Delete" series button on the Series tab on the Chart Editor dialog. just don't want users to delete series on editing but allow them to use other functions on the tab
Please advise.
Regards,
Please advise.
Regards,
- Tue Mar 18, 2008 10:42 am
- Forum: .NET
- Topic: Error loading native chart with smoothing!
- Replies: 9
- Views: 7758
Many thanks. I found the problem now, it causes error when you remove this
from this line of code
Now I fixed it by adding this tChart1.Chart to my code.
Regards,
[/code]
Code: Select all
tChart1.Chart
Code: Select all
tChart1.Chart Steema.TeeChart.Styles.Points tSeries = new Steema.TeeChart.Styles.Points();
Regards,
[/code]
- Tue Mar 18, 2008 9:58 am
- Forum: .NET
- Topic: Error loading native chart with smoothing!
- Replies: 9
- Views: 7758
- Tue Mar 18, 2008 3:47 am
- Forum: .NET
- Topic: Error loading native chart with smoothing!
- Replies: 9
- Views: 7758
I still have the same error when loading the native with Steema.TeeChart.Styles.Line smoothseries = new Steema.TeeChart.Styles.Line(ctrTChart.Chart); Steema.TeeChart.Functions.Smoothing smoothing = new Steema.TeeChart.Functions.Smoothing(ctrTChart.Chart); smoothseries.DataSource = tSeries; smoothser...
- Mon Mar 17, 2008 11:06 am
- Forum: .NET
- Topic: Error loading native chart with smoothing!
- Replies: 9
- Views: 7758
Thanks for your supports. After updating I have the licensing problem. Could you please advise? An unhandled exception of type 'System.ComponentModel.LicenseException' occurred in system.dll Additional information: An instance of type 'Steema.TeeChart.Chart' was being created, and a valid license co...