Search found 38 matches

by vivek
Thu Nov 12, 2009 10:19 am
Forum: .NET
Topic: Point control selection problem
Replies: 3
Views: 7255

Re: Point control selection problem

Hello sandra,

Do you have any temporary solution to solve this problem?

With regards,
Vivek.J
by vivek
Tue Nov 10, 2009 6:36 am
Forum: .NET
Topic: Point control selection problem
Replies: 3
Views: 7255

Point control selection problem

Hello, I have developed point selection in TChart V3(Dll version is 3.5.3425.20244), it was working fine. Now i have installed TeeChartNET2009VSNET2005 . Dll version is 4.0.2009.28593 I am facing selection problem with Point series. I have added Point series and MarksTip tool in TChart control. Then...
by vivek
Wed Sep 09, 2009 10:49 am
Forum: .NET
Topic: Need help in Axes label
Replies: 1
Views: 4387

Need help in Axes label

Hi, I am getting string format labels when i add string in box/points. I am using the following code. points1.Add(1, 10,"x=10"); points1.Add(2, 20, "x=20"); points1.Add(3, 30, "x=30"); horizBox1.Add(1, 10); horizBox1.Add(2, 20); horizBox1.Add(3, 30); // horizLine1.Add(1, 10, "y=10"); // horizLine1.A...
by vivek
Sat Sep 05, 2009 11:41 am
Forum: .NET
Topic: Need help in BoxPlot
Replies: 15
Views: 23893

Re: Need help in BoxPlot

Hello Sandra, We puchased TeeChart for .NET 2009 (v4). Now the sample code is working fine. How to change the selected ExtrOut/MildOut point color? When we use the following code to change the ExtrOut color, its changing all ExtrOut points box1.ExtrOut.Transparency = 0; box1.ExtrOut.Brush.Color = Co...
by vivek
Wed Aug 26, 2009 4:22 am
Forum: .NET
Topic: Need help in BoxPlot
Replies: 15
Views: 23893

Re: Need help in BoxPlot

Hi Narcis,

Will it support for Visual studio 2005.

With Regards,
Vivek.J
by vivek
Tue Aug 25, 2009 2:40 pm
Forum: .NET
Topic: Need help in BoxPlot
Replies: 15
Views: 23893

Re: Need help in BoxPlot

Hello Sandra,

What is the latest version of Tchart-for-.Net 2005 available in market?
Will it supporting the Boxplot selection features?

With Regards,
Vivek.J
by vivek
Tue Aug 25, 2009 10:35 am
Forum: .NET
Topic: Need help in BoxPlot
Replies: 15
Views: 23893

Re: Need help in BoxPlot

Hello Sandra,

As we have to include these features(Exclude/Include option in Boxplot) in our client application, we need the fixed version as soon as posible. Could you please give me the aproximate date, when can we get the fixed version.

With regards,
Vivek.J
by vivek
Mon Aug 24, 2009 3:12 pm
Forum: .NET
Topic: Need help in BoxPlot
Replies: 15
Views: 23893

Re: Need help in BoxPlot

Hello Sandra,

Instead of marking with circle, Is it possible to change the color of those points which is represent outside of the boxplot.

With regards,
Vivek.J
by vivek
Mon Aug 24, 2009 2:54 pm
Forum: .NET
Topic: Need help in BoxPlot
Replies: 15
Views: 23893

Re: Need help in BoxPlot

Hello Sandra,

We are using "Steema TeeChart for .NET v3"
The TChart dll version is "3.5.3425.20244".
We have installed TeeChartNET3VSNET2005.

With regards,
Vivek.J
by vivek
Thu Aug 20, 2009 12:25 pm
Forum: .NET
Topic: Need help in BoxPlot
Replies: 15
Views: 23893

Re: Need help in BoxPlot

Hi Sandra, Thanks, for the new code. It works fine but it's not fulfilling my requirements. I have attached a .zip file which contains a document for the requirements of box plot. Also I need to know how to exclude and include points ( which may be in box or may be as an outlier ) from that particul...
by vivek
Wed Aug 19, 2009 2:54 pm
Forum: .NET
Topic: Need help in BoxPlot
Replies: 15
Views: 23893

Re: Need help in BoxPlot

Hello Sandra, I am facing problem with this code. 1. I am unable to select the 1st box 2. Unable to select the outlier points of each box. 3. When I select a box plot series , Its drawing only circle instead of highlighting the selected points.(The color of the points should be changed.) How to excl...
by vivek
Thu Aug 13, 2009 9:24 am
Forum: .NET
Topic: Need Help in adding values in Point series
Replies: 3
Views: 7363

Re: Need Help in adding values in Point series

Actualy I want to add double in X axis , string in Y axis . Each point should be different color according to the condition. At the same time i have to add lable for each point as a tool tip. With the help of the lable we have to do so many operation. Thats why i asked. I have achieved this through ...
by vivek
Thu Aug 13, 2009 9:17 am
Forum: .NET
Topic: Need help in BoxPlot
Replies: 15
Views: 23893

Need help in BoxPlot

I want to select multiple box plot points and then exclude and include according to the selection.
How to acheive this.
by vivek
Wed Aug 12, 2009 2:14 pm
Forum: .NET
Topic: Need Help in adding values in Point series
Replies: 3
Views: 7363

Need Help in adding values in Point series

Hello,

I want to add string in Y parameter, when i add values in Point series.
I want to add Point.Add(double, String, String, Color).
There is no direct way to do that. Is there any other way to acheive this?

With regards,
Vivek.J
by vivek
Thu Aug 06, 2009 3:40 pm
Forum: .NET
Topic: Need help in ExtraLeged & LegendScrollBar
Replies: 3
Views: 7927

Re: Need help in ExtraLeged & LegendScrollBar

Hi Sandra, I have tried with those example. My first problem is i am not able to add LegendScrollBar for each Legend/ExtraLeged. My second problem is if i add more than 10 Point/Bar chart then not able to show all Legend/ExtraLeged at a time. Its hiding one another. If i can add those Legend/ExtraLe...