Search found 57 matches
- Sun Mar 21, 2010 11:47 pm
- Forum: .NET
- Topic: TeeChart for .NET [17 FEB 2009] UPDATE 3.5.3700.30574/5
- Replies: 7
- Views: 17909
Re: TeeChart for .NET [17 FEB 2009] UPDATE 3.5.3700.30574/5
Hi, I've recently migrated my development machine to Vista platform and have just installed TeeChart .NET v3 x64 build. I've already successfully run TeeRegV3. However, as the TeeChart is not showing up as a tab on my Visual Studio 2008, I tried to manually add the items to VS. When I tried to add T...
- Fri Dec 04, 2009 5:25 am
- Forum: .NET
- Topic: ColorLine sum left to it
- Replies: 1
- Views: 4058
ColorLine sum left to it
Hi,
I've setup a ColorLine with reference to the bottom axis. When the users drag the ColorLine, I would like to show the sum of Vertical Axis values for one of the line chart to the left of the ColorLine and also the Bottom Axis value.
Is it possible?
Thanks.
I've setup a ColorLine with reference to the bottom axis. When the users drag the ColorLine, I would like to show the sum of Vertical Axis values for one of the line chart to the left of the ColorLine and also the Bottom Axis value.
Is it possible?
Thanks.
- Fri Oct 02, 2009 12:16 am
- Forum: .NET
- Topic: Different background color for different x-axis range
- Replies: 4
- Views: 8334
Re: Different background color for different x-axis range
Many thanks, Yeray. You've been a great help.
- Thu Oct 01, 2009 11:26 pm
- Forum: .NET
- Topic: Zoom issues with Area Chart
- Replies: 1
- Views: 4455
Zoom issues with Area Chart
Hi, I'm using version 3.5.3498.27367 and seemed to have problems with zooming on an area chart. As can be seen in the attached gif file, the afterzoom.gif shows additional lines appearing when the initial chart (see beforezoom.gif) is zoomed. Interestingly, when I use tChart1.Export.Image.GIF.CopyTo...
- Thu Oct 01, 2009 7:12 am
- Forum: .NET
- Topic: Different background color for different x-axis range
- Replies: 4
- Views: 8334
Re: Different background color for different x-axis range
Hi,
Revisiting an old question I had. What would be the easiest way to setup the ColorBand if I want to have different color backgrounds for weekends?
I'm not sure how I can loop through the x-axis, figure out which is weekend & setup a ColorBand for each weekend.
Please advise. Thanks.
Revisiting an old question I had. What would be the easiest way to setup the ColorBand if I want to have different color backgrounds for weekends?
I'm not sure how I can loop through the x-axis, figure out which is weekend & setup a ColorBand for each weekend.
Please advise. Thanks.
- Wed Aug 05, 2009 10:19 pm
- Forum: .NET
- Topic: Markstip to show points
- Replies: 2
- Views: 5478
Re: Markstip to show points
Many thanks, Yeray. This is fantastic...
- Wed Aug 05, 2009 9:54 pm
- Forum: .NET
- Topic: CursorTool intersection with multiple series
- Replies: 8
- Views: 13614
Re: CursorTool intersection with multiple series
Hi Yeray,Yeray wrote:Hi pw,
Could you please tell us what TeeChart version are you using?
I'm using version 3.5.3187.15584. I assume that I should update to a newer version?
- Wed Aug 05, 2009 7:07 am
- Forum: .NET
- Topic: Markstip to show points
- Replies: 2
- Views: 5478
Markstip to show points
Hi,
I'm just wondering if it's possible for the markstip to also show a point (for example, a cross) on the series where the mouse is over the series' point.
I've multiple line and volume series, so it's not possible for me to assign to a particular series only.
Thanks.
I'm just wondering if it's possible for the markstip to also show a point (for example, a cross) on the series where the mouse is over the series' point.
I've multiple line and volume series, so it's not possible for me to assign to a particular series only.
Thanks.
- Wed Aug 05, 2009 4:34 am
- Forum: .NET
- Topic: Remove series using mouse event
- Replies: 2
- Views: 5549
Re: Remove series using mouse event
Thanks, Narcis.
- Wed Aug 05, 2009 1:18 am
- Forum: .NET
- Topic: CursorTool intersection with multiple series
- Replies: 8
- Views: 13614
Re: CursorTool intersection with multiple series
Hi Yeray,
I tried the code you suggested but I got an error "Steema.TeeChart.Tools.NearestPoint' does not contain a definition for 'GetNearestPoint'" for the following part:
Please advise, thanks.
I tried the code you suggested but I got an error "Steema.TeeChart.Tools.NearestPoint' does not contain a definition for 'GetNearestPoint'" for the following part:
Code: Select all
NearestPoints[i] = nearestPoint1.GetNearestPoint(new Point(e.x, e.y));
- Thu Jul 23, 2009 2:07 am
- Forum: .NET
- Topic: Remove series using mouse event
- Replies: 2
- Views: 5549
Remove series using mouse event
Hi,
If there are a few different series (line or other types) on a chart, is it possible to remove a selected series using a MouseClick event?
Thanks.
If there are a few different series (line or other types) on a chart, is it possible to remove a selected series using a MouseClick event?
Thanks.
- Thu Jul 23, 2009 1:28 am
- Forum: .NET
- Topic: Understanding volume chart
- Replies: 2
- Views: 5456
Re: Understanding volume chart
Thanks, Yeray. Works wonderfully!
- Wed Jul 22, 2009 6:55 am
- Forum: .NET
- Topic: Understanding volume chart
- Replies: 2
- Views: 5456
Understanding volume chart
Hi, I'm using version 3.5.3187.15584 and was exploring Welcome !\Chart styles\Financial\Volume. I noticed that if I move the chart upwards, the volume lines continue on into the negative region. Is it possible to have the volume lines starting from zero instead of going infinitely into the negative ...
- Fri Apr 03, 2009 5:55 am
- Forum: .NET
- Topic: Different background color for different x-axis range
- Replies: 4
- Views: 8334
Different background color for different x-axis range
Hi,
Is it possible to have different background color for different x-axis range? For example, my x-axis is a date & time scale, say from 1-Apr-09 00:00 to 3-Apr-09 23:30'. I want the background to have different shades for time range between 05:00 to 17:00.
Thanks.
Is it possible to have different background color for different x-axis range? For example, my x-axis is a date & time scale, say from 1-Apr-09 00:00 to 3-Apr-09 23:30'. I want the background to have different shades for time range between 05:00 to 17:00.
Thanks.
- Tue Sep 30, 2008 11:16 pm
- Forum: .NET
- Topic: Markstip working differently after updating?
- Replies: 4
- Views: 7860