Search found 57 matches

by drillright40
Wed Mar 18, 2009 12:19 pm
Forum: .NET
Topic: Axis Nearest Value
Replies: 1
Views: 4213

Axis Nearest Value

Hello Sir, I want to display the nearest Axis values of X,Y,Z on right clicking at a particular point of surface,in a small dialog. How can i get these values using Steema Chart. I have uploaded image "3D Plot.JPG" , which shows an arrow highlighting the desired value. Please help.Thanks in Advance....
by drillright40
Fri Feb 13, 2009 1:08 pm
Forum: .NET
Topic: Cursor Tool Query
Replies: 13
Views: 19545

Cursor Tool Query

Hi, I have uploaded the code for cursor tool.I am trying to explain the same problem again.Please check if you can reproduce it. Only thing you need to do to reproduce this error is right click on the histogram and drag the histogram to the left till the cursor tool is moved out of the plot.Let the ...
by drillright40
Tue Feb 10, 2009 4:27 am
Forum: .NET
Topic: Cursor Tool Query
Replies: 13
Views: 19545

Cursor tool Query

Hi, 1.I have uploaded code "CursorToolQuery.zip".In this code i have commented the "stripAxis" and "Unit".Still i am able to reproduce the bug related to cursor tool coming to middle after it reaches some extent.This happens very often when there is huge data plotted in the histogram so i have added...
by drillright40
Mon Feb 09, 2009 1:18 pm
Forum: .NET
Topic: Cursor Tool Query
Replies: 13
Views: 19545

Cursor tool Query

Hi,

I have uploaded the code "Cursor Tool Error.zip". Also find bmp file "CursorToolErrorImage.bmp" for your reference.

Thanks
Sanyog.
by drillright40
Mon Feb 09, 2009 11:33 am
Forum: .NET
Topic: Cursor Tool Query
Replies: 13
Views: 19545

Cursor tool Query

Hi, OK.I will do that and send it to you as soon as possible. Meanwhile i have another Query related to Cursor tool Change event.I have observed that when User changes this cusor tool with mouse this event is fired "n" number of times. I mean if User changes the cursor position from lets say "2" to ...
by drillright40
Mon Feb 09, 2009 5:28 am
Forum: .NET
Topic: Cursor Tool Query
Replies: 13
Views: 19545

Cursor tool Query

Hi, Thanks for your reply. Implementing those 2 events has solved the problem.But has given rise to another 2 issues. 1.When we move the cursor tool outside the TChart boundary at one point it comes back to the middle of the Plot.Till certain extent it is not seen but after that it comes back to the...
by drillright40
Fri Feb 06, 2009 10:54 am
Forum: .NET
Topic: Cursor Tool Query
Replies: 13
Views: 19545

Cursor tool Query

Hi, I have uploaded 2 files related to this Query.Hope this explains the problem. File1: Histogram Cursortool Outside Right boundary.bmp File2: Histogram Cursortool Outside Left boundary.bmp We have to prevent the cursor tool from moving outside the boundary when user right clicks,holds and moves th...
by drillright40
Fri Feb 06, 2009 7:19 am
Forum: .NET
Topic: Cursor Tool Query
Replies: 13
Views: 19545

Cursor Tool Query

Hi,

I am facing the following issue in cursor tool object added in Steema.TeeChart.TChart . The Cursor tool goes out of the boundary of the Histogram when user Right clicks, holds and moves the Histogram towards left or right.

Please Suggest as soon as possible.

Thanks
Sanyog.[/img]
by drillright40
Mon Dec 29, 2008 11:07 am
Forum: .NET
Topic: Problem in axis title.
Replies: 35
Views: 41265

Hi,
I have taken the latest teechart control (dated 19th December 2008) but problem still persists (TF02013295). Could you please verify and update me.

Regards,
Sanyog
by drillright40
Thu Dec 11, 2008 12:30 pm
Forum: .NET
Topic: Problem in axis title.
Replies: 35
Views: 41265

Status of (TF02013295)

Hello,
There is a defect logged in related to surface plotting in teechart control.
(TF02013295). Can you please tell me when I can expect the release in which this defect would have been resolved.

Regards,
Sanyog
by drillright40
Mon Dec 08, 2008 5:37 am
Forum: .NET
Topic: Cursor tool Query
Replies: 4
Views: 9421

Cursor tool Query

Hi, 1.I checked commenting the line that you suggested, but the problem now is after execution of the following line cursorTool.XValue = 9; also the XValue remains unchanged when seen in the debugger.Because of which the Cursor tool is shown at some undesired location(i.e center) in the Histogram. P...
by drillright40
Thu Dec 04, 2008 10:55 am
Forum: .NET
Topic: Cursor tool Query
Replies: 4
Views: 9421

Cursor tool Query

Hi, I have a TChart plotting a Histogram for which i have written following code. Now i want to add a Cursor tool to this TChart, i have written code for it but i am getting an exception on cursorTool.XValue = 9; line. Please tell me what i am doing wrong. private void PlotHistogram(IList dataForPlo...
by drillright40
Thu Nov 13, 2008 5:30 am
Forum: .NET
Topic: Histogram Queries
Replies: 1
Views: 4153

Histogram Queries

Hi, Thanks for your previous reply. Following is my requirement for plotting a Histogram: Lets say i have following data : 10, 20 30 , 40 , 50 ,60 , 70 , 80 ,90, 100.For this data the Histogram should be plotted in following manner. 1.The range (R) of values is divided into 50 equal bins that are (R...
by drillright40
Wed Nov 12, 2008 5:44 am
Forum: .NET
Topic: Histogram Queries
Replies: 1
Views: 4086

Histogram Queries

Hi, Thanks for your previous reply. My queries related to the Cursor and the SetMinMax were solved.But the query related to NumOfBins is not yet solved. 1.I have Uploaded HistogramTestApplication.zip which contains a sample code, where i have tried changing the NumOfBins for the Histogram and it is ...
by drillright40
Tue Nov 11, 2008 12:57 pm
Forum: .NET
Topic: Surface Points and Lines Problem
Replies: 1
Views: 3758

Surface Points and Lines Problem

Hi, I have uploaded "shadingpatterns.JPG" image. Even After giving all the points , sometimes the points are not getting plotted, and horizontal or vertical lines are not getting connected. For the source code for this image,Kindly refer "Plot3DPrototype.zip". Please Help.Thanks in Advance. Regards,...