Search found 14 matches

by Pradip
Thu Sep 22, 2011 6:21 am
Forum: .NET
Topic: while panning it is zooming vertically
Replies: 1
Views: 3280

while panning it is zooming vertically

We set the panning direction to Horizontal only.

in that case it is not panning it in vertical direction but it starts zooming in vertical direction.
by Pradip
Wed Sep 21, 2011 3:31 pm
Forum: .NET
Topic: is there any way to defect fastline between two points
Replies: 8
Views: 11474

Re: is there any way to defect fastline between two points

It is working if all the points are in visible area.

but if the point is not in visble area it is not detecting the fastline in last segment
by Pradip
Wed Sep 21, 2011 8:48 am
Forum: .NET
Topic: is there any way to defect fastline between two points
Replies: 8
Views: 11474

Re: is there any way to defect fastline between two points

are you going to work on below scenario. Private Sub Form_Load() TChart1.AddSeries scFastLine TChart1.Series(0).Add -10, "", clTeeColor TChart1.Series(0).Add 1.2, "", clTeeColor TChart1.Series(0).Add 1.9, "", clTeeColor TChart1.Series(0).Add 20, "", clTeeColor TChart1.Tools.Add tcMarksTip End Sub wh...
by Pradip
Tue Sep 20, 2011 3:10 pm
Forum: .NET
Topic: is there any way to defect fastline between two points
Replies: 8
Views: 11474

Re: is there any way to defect fastline between two points

Thanks Narcís .


Its working now
by Pradip
Tue Sep 20, 2011 2:21 pm
Forum: .NET
Topic: is there any way to defect fastline between two points
Replies: 8
Views: 11474

Re: is there any way to defect fastline between two points

i am using

TeeChart version

3.5.3575

i am not getting

TChart1_OnMouseMove(ByVal Shift As TeeChart.EShiftState, ByVal X As Long, ByVal Y As Long)
Index = TChart1.Series(0).Clicked(X, Y)

event with mentioned parameters.

I am working in C#
by Pradip
Tue Sep 20, 2011 10:13 am
Forum: .NET
Topic: is there any way to defect fastline between two points
Replies: 8
Views: 11474

is there any way to defect fastline between two points

i Have to Show tooltip on fastline if mouse cursor is in the range +/- 1 pixel of the fastLine. I am able to do it if the XValues are closure to each other but i am not able to defect the fastline if the points are far away from each other. e.g. I have two point on FastLine @ 1.2 and 1.9 if move cur...
by Pradip
Tue Nov 09, 2010 9:46 am
Forum: .NET
Topic: the grid lines are overlapping on Legends
Replies: 1
Views: 3200

the grid lines are overlapping on Legends

Hi We have drawn a legends on the chart. we have set Legend.ResizeChart = false It is seen that the grids on the chart are ovelapping on the legends ScreenHunter_02 Nov. 09 15.09.gif to see the impact we have zoomed the legends and horizontal grid lines ScreenHunter_01 Nov. 09 14.23.gif requesting t...
by Pradip
Thu Jul 16, 2009 10:12 am
Forum: .NET
Topic: The horizontal grid lines are overlapped on right axes
Replies: 3
Views: 5412

Re: The horizontal grid lines are overlapped on right axes

hi Sandra, thanks for the suggetion. i had tried your code to resolve this problem, at first it looks ok, but if we zoom to 400 there are still small lines shows on the vertical right axes, which was not accepted at our end. can you please let us know when you are planning next relaease? Regards Pra...
by Pradip
Fri Jul 10, 2009 5:51 pm
Forum: .NET
Topic: The horizontal grid lines are overlapped on right axes
Replies: 3
Views: 5412

The horizontal grid lines are overlapped on right axes

hi please see below image overlapping3.JPG for more clear picture please see this images overlapping2.JPG the horizontal grid lines (which are gray in color) are overlapping on the axes on the right side(black in color). in 400% zoom the lines are more cleares and it looks like the right side axis i...
by Pradip
Fri Jul 10, 2009 5:36 pm
Forum: .NET
Topic: Performance issue with Teechart.
Replies: 4
Views: 21612

Re: Performance issue with Teechart.

hi sandra, thanks for the reply, we tried your solution but the performance is not improved as we expected. the performance for National instrument component is much better than Tee chart in the same scenario. please suggest us any other solution so that we can match with the performance of national...
by Pradip
Thu Mar 26, 2009 9:43 am
Forum: .NET
Topic: I want active line on Top of all lines
Replies: 1
Views: 3107

I want active line on Top of all lines

HI, I had drawn few lines on Tchart. few of them are same as the other . so the second line hides the previos line if the data is same. i want the first line to be shown on top of all the lines. so that if i apply color changes to the line should be diplyed on the graph. for E.g Line 1. Line 2. Line...
by Pradip
Mon Mar 16, 2009 11:42 am
Forum: .NET
Topic: Unable to get exact width of TchartControl.
Replies: 5
Views: 6885

hi Yeray here is the code private void InitializeComponent() { this.tChart1 = new Steema.TeeChart.TChart(); this.SuspendLayout(); // // tChart1 // // // // this.tChart1.Aspect.ZOffset = 0; this.tChart1.Location = new System.Drawing.Point(0, 0); this.tChart1.Name = "tChart1"; //this.tChart1.Size = ne...
by Pradip
Fri Mar 13, 2009 7:53 am
Forum: .NET
Topic: Unable to get exact width of TchartControl.
Replies: 5
Views: 6885

HI Yeray,

i tried your code but it didn't worked.
actually the Tchart is on a usercontrol and that usercontrol is used on dockable form.
by Pradip
Thu Mar 12, 2009 1:06 pm
Forum: .NET
Topic: Unable to get exact width of TchartControl.
Replies: 5
Views: 6885

Unable to get exact width of TchartControl.

Hi, I had put t chart control on a Dockable Form. with dockStyle Fill. when I try to acess its width it returns. default width which i had set @ design time. it doesn't returns the exact width of Control. after docking. How evever it return exact Width in after draw and before draw event. i am using...