Search found 57 matches

by pw
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: 14854

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...
by pw
Fri Dec 04, 2009 5:25 am
Forum: .NET
Topic: ColorLine sum left to it
Replies: 1
Views: 3870

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.
by pw
Fri Oct 02, 2009 12:16 am
Forum: .NET
Topic: Different background color for different x-axis range
Replies: 4
Views: 7760

Re: Different background color for different x-axis range

Many thanks, Yeray. You've been a great help.
by pw
Thu Oct 01, 2009 11:26 pm
Forum: .NET
Topic: Zoom issues with Area Chart
Replies: 1
Views: 4265

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...
by pw
Thu Oct 01, 2009 7:12 am
Forum: .NET
Topic: Different background color for different x-axis range
Replies: 4
Views: 7760

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.
by pw
Wed Aug 05, 2009 10:19 pm
Forum: .NET
Topic: Markstip to show points
Replies: 2
Views: 5255

Re: Markstip to show points

Many thanks, Yeray. This is fantastic... :D
by pw
Wed Aug 05, 2009 9:54 pm
Forum: .NET
Topic: CursorTool intersection with multiple series
Replies: 8
Views: 12886

Re: CursorTool intersection with multiple series

Yeray wrote:Hi pw,
Could you please tell us what TeeChart version are you using?
Hi Yeray,

I'm using version 3.5.3187.15584. I assume that I should update to a newer version?
by pw
Wed Aug 05, 2009 7:07 am
Forum: .NET
Topic: Markstip to show points
Replies: 2
Views: 5255

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.
by pw
Wed Aug 05, 2009 4:34 am
Forum: .NET
Topic: Remove series using mouse event
Replies: 2
Views: 5185

Re: Remove series using mouse event

Thanks, Narcis.
by pw
Wed Aug 05, 2009 1:18 am
Forum: .NET
Topic: CursorTool intersection with multiple series
Replies: 8
Views: 12886

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:

Code: Select all

NearestPoints[i] = nearestPoint1.GetNearestPoint(new Point(e.x, e.y));
Please advise, thanks.
by pw
Thu Jul 23, 2009 2:07 am
Forum: .NET
Topic: Remove series using mouse event
Replies: 2
Views: 5185

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.
by pw
Thu Jul 23, 2009 1:28 am
Forum: .NET
Topic: Understanding volume chart
Replies: 2
Views: 5162

Re: Understanding volume chart

Thanks, Yeray. Works wonderfully!
by pw
Wed Jul 22, 2009 6:55 am
Forum: .NET
Topic: Understanding volume chart
Replies: 2
Views: 5162

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 ...
by pw
Fri Apr 03, 2009 5:55 am
Forum: .NET
Topic: Different background color for different x-axis range
Replies: 4
Views: 7760

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.
by pw
Tue Sep 30, 2008 11:16 pm
Forum: .NET
Topic: Markstip working differently after updating?
Replies: 4
Views: 7455

Hi Narcis,

In your code, the MarksTip is assigned to a particular series, e.g marksTip1.Series = exportLine

If I have a few lines, do I have to create different MarksTip for each of those lines?

Thanks.