It happens when CrossHair was active and fastcursor property was true
ALT-TAB (go another program) and ALT_TAB (Turn back TChart component) also..
1- your mouse Leave the chart..
2- when you came back again the problem happens..
Search found 50 matches
- Tue Jul 10, 2007 4:02 pm
- Forum: .NET
- Topic: CursorTool - doubled cursor when changing the Active propert
- Replies: 9
- Views: 16133
- Fri May 25, 2007 6:35 am
- Forum: .NET
- Topic: Transparency problem with Graphics3D
- Replies: 5
- Views: 12592
- Thu May 24, 2007 11:17 am
- Forum: .NET
- Topic: Transparency problem with Graphics3D
- Replies: 5
- Views: 12592
So I will try to make question more simpler .. I couldn't send project because of size .. question is .. 1- Open Any sample TChart 2- Add RSI function 3- Go Tool Tab and add DrawLine Tool 4- Draw Line over chart .. So every line has top position how could you send back ? If RSI intersect with Line i...
- Thu May 24, 2007 7:27 am
- Forum: .NET
- Topic: Cancelling Zoom in the middle of
- Replies: 1
- Views: 5162
Cancelling Zoom in the middle of
Could we cancel Zoom operation when user is in the middle of the Zoom operation..
I don't mention that AllowZoom=false
AllowZoom=true;
User started to make zoom
While user is making zoom user press "Esc" .
And i want to cancel operation .
Is it possible ?
I don't mention that AllowZoom=false
AllowZoom=true;
User started to make zoom
While user is making zoom user press "Esc" .
And i want to cancel operation .
Is it possible ?
- Thu May 24, 2007 6:58 am
- Forum: .NET
- Topic: Transparency problem with Graphics3D
- Replies: 5
- Views: 12592
Transparency problem with Graphics3D
in my class extended from TChart ,I wrote this code Graphics3D.Pen.DrawingPen.DashStyle = ...... Graphics3D.Pen.DrawingPen.Color = ..... Graphics3D.Pen.DrawingPen.Width = ....; Graphics3D.Brush.Transparency=50; Graphics3D.Pen.Transparency=50; Graphics3D.HorizontalLine(0, 10000, 5); Although i set tr...
- Fri May 11, 2007 10:54 am
- Forum: .NET
- Topic: How could i enlarge distance between dots in gridlines
- Replies: 4
- Views: 8216
- Thu May 10, 2007 3:40 pm
- Forum: .NET
- Topic: How could i enlarge distance between dots in gridlines
- Replies: 4
- Views: 8216
- Thu May 10, 2007 12:23 pm
- Forum: .NET
- Topic: How could i enlarge distance between dots in gridlines
- Replies: 4
- Views: 8216
How could i enlarge distance between dots in gridlines
I have vertical grid lines on Bottom Axis ..
How could i enlarge distance between dots in gridlines ?
Is it possible?
How could i enlarge distance between dots in gridlines ?
Is it possible?
- Thu May 03, 2007 8:14 am
- Forum: .NET
- Topic: CustomAxis Both Side
- Replies: 3
- Views: 6969
Serious problem continues ...
Custom axes that can be drawn both side is "must" for technical analysis application.. you wont give support about this subject so we try to create forced ways .. We try to make "Ghost Axis" who responsible for the other side.. We extend Axis class and add this method public void DoGetAxisDrawLabel_...
- Wed Apr 11, 2007 12:00 pm
- Forum: .NET
- Topic: Logarithmic Trendline doesnt work !
- Replies: 4
- Views: 8021
Easily recognizable problem ..
We have January 2007 release of TeeChart, Already April Release does not include update about Logarithmic Trendline. In Feature Demo Program you could easily recognize that Logarithmic Trendline produce only two points . Some times it has got tiny slope some times never (all points on zero base).. A...
- Mon Apr 09, 2007 7:17 am
- Forum: .NET
- Topic: Logarithmic Trendline doesnt work !
- Replies: 4
- Views: 8021
Logarithmic Trendline doesnt work !
Do i miss the point of issue ? I try to make logarithmic trendline example . If you try to feature demo , go Welcome !\Functions\Extended\Trendline tab select logarithmic from combobox , The trendline is drawn over the x axis , (It seems its values are "zero") So is there any patch ? Thx for advice ..
- Wed Mar 21, 2007 12:28 pm
- Forum: .NET
- Topic: Border around chart and clipping
- Replies: 2
- Views: 6398
Serious requirement
also important for us ..1. Remove the space at the left, right and bottom of the chart. (The space that is not part of the grid.)
Thx
- Wed Nov 01, 2006 12:04 pm
- Forum: .NET
- Topic: Small Numbers + GetAxisLabel event = Problem
- Replies: 1
- Views: 4818
Small Numbers + GetAxisLabel event = Problem
GetAxisLabel(object sender, GetAxisLabelEventArgs e)
in this event (sender as Axis).Maximum=0.000035003376979148015;
but all e.LabelText is zero..
What's your advice for this problem ? Thx.
in this event (sender as Axis).Maximum=0.000035003376979148015;
but all e.LabelText is zero..
What's your advice for this problem ? Thx.
- Wed Aug 09, 2006 7:00 am
- Forum: .NET
- Topic: webchart's walls back image don't show on the 3 dimension
- Replies: 1
- Views: 4868
webchart's walls back image don't show on the 3 dimension
why don't show walls back image on the 3 dimension? . my code is *************************************************** string imagePath = this.GraphBackImage.ToString().Remove(0, 2); imagePath = HttpContext.Current.Server.MapPath(imagePath); Bitmap myBitMap = new Bitmap(imagePath); System.Drawing.Imag...
- Tue Jun 27, 2006 11:53 am
- Forum: .NET
- Topic: Very serious serializing problem !
- Replies: 1
- Views: 5547
Very serious serializing problem !
I have custom classes that inherited from Steema classes .. And also some of my classes has instance of Steema's classes and all of my classes integrated with Steema's .. Class RChart:TChart { List<RFunction> listRF; List<RAxis> listRA; } class RFunction { Chart c; } class RAxis:Axis class RCustomPo...