Search found 50 matches

by glikoz
Tue Jul 10, 2007 4:02 pm
Forum: .NET
Topic: CursorTool - doubled cursor when changing the Active propert
Replies: 9
Views: 15130

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..
by glikoz
Fri May 25, 2007 6:35 am
Forum: .NET
Topic: Transparency problem with Graphics3D
Replies: 5
Views: 11788

No . Everything are visible.I don't want any series overlapped by a line drawn with a DrawLine tool .. All series must overlap lines drawn by DrawLine tool or Chart.Graphics3D .. Maybe transparency is wrong title , "overlapping problem" seems more correct . I'm waiting answer .. Best Regards . Thx
by glikoz
Thu May 24, 2007 11:17 am
Forum: .NET
Topic: Transparency problem with Graphics3D
Replies: 5
Views: 11788

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...
by glikoz
Thu May 24, 2007 7:27 am
Forum: .NET
Topic: Cancelling Zoom in the middle of
Replies: 1
Views: 4923

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 ?
by glikoz
Thu May 24, 2007 6:58 am
Forum: .NET
Topic: Transparency problem with Graphics3D
Replies: 5
Views: 11788

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...
by glikoz
Fri May 11, 2007 10:54 am
Forum: .NET
Topic: How could i enlarge distance between dots in gridlines
Replies: 4
Views: 7838

Ok it seems work...
Thx..
by glikoz
Thu May 10, 2007 3:40 pm
Forum: .NET
Topic: How could i enlarge distance between dots in gridlines
Replies: 4
Views: 7838

I tried to redound space between two dashes ..Although i try different pattern
i couldn't change space between two dashes. ..
by glikoz
Thu May 10, 2007 12:23 pm
Forum: .NET
Topic: How could i enlarge distance between dots in gridlines
Replies: 4
Views: 7838

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?
by glikoz
Thu May 03, 2007 8:14 am
Forum: .NET
Topic: CustomAxis Both Side
Replies: 3
Views: 6650

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_...
by glikoz
Wed Apr 11, 2007 12:00 pm
Forum: .NET
Topic: Logarithmic Trendline doesnt work !
Replies: 4
Views: 7658

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...
by glikoz
Mon Apr 09, 2007 7:17 am
Forum: .NET
Topic: Logarithmic Trendline doesnt work !
Replies: 4
Views: 7658

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 ..
by glikoz
Wed Mar 21, 2007 12:28 pm
Forum: .NET
Topic: Border around chart and clipping
Replies: 2
Views: 6079

Serious requirement

1. Remove the space at the left, right and bottom of the chart. (The space that is not part of the grid.)
also important for us ..

Thx
by glikoz
Wed Nov 01, 2006 12:04 pm
Forum: .NET
Topic: Small Numbers + GetAxisLabel event = Problem
Replies: 1
Views: 4627

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.
by glikoz
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: 4681

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...
by glikoz
Tue Jun 27, 2006 11:53 am
Forum: .NET
Topic: Very serious serializing problem !
Replies: 1
Views: 5267

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...