Search found 38 matches

by vivek
Wed Aug 05, 2009 3:25 pm
Forum: .NET
Topic: Need help in ExtraLeged & LegendScrollBar
Replies: 3
Views: 7927

Need help in ExtraLeged & LegendScrollBar

Hi, I have added multiple Point series in TChart control. Now i have to show Legend for all Point series in/out side of the TChart control. I have tried with ExtraLegend tool for each Point series. Its working fine. But when i add more Point series inside the tchart, i am facing prblem with space to...
by vivek
Wed Jul 29, 2009 6:43 am
Forum: .NET
Topic: ColorGrid reset the StartColor & EndColor values
Replies: 5
Views: 9037

Re: ColorGrid reset the StartColor & EndColor values

Dear Sandra,

In that case I can't scale the color across the grid from min.(white) color value to max.(red). Moreover it will degrade the performance.

Thanks,
Muthu Kumar
Jubilant Biosys.
by vivek
Wed Jul 29, 2009 4:47 am
Forum: .NET
Topic: How to read and edit bottom Axis labels?
Replies: 2
Views: 4294

Re: How to read and edit bottom Axis labels?

Thank you Narcís.
by vivek
Tue Jul 28, 2009 1:54 pm
Forum: .NET
Topic: How to read and edit bottom Axis labels?
Replies: 2
Views: 4294

How to read and edit bottom Axis labels?

Hi, I want to read and edit the bottom axis label. But i am not able to read the label. I tried with the following code, [code]for (int cntLbl = 0; cntLbl < tChart.Axes.Bottom.Labels.Items.Count; cntLbl++) tChart.Axes.Bottom.Labels.Items[cntLbl].Text = getSpecifiedDetFromPoint(tChart.Axes.Bottom.Lab...
by vivek
Tue Jul 28, 2009 6:04 am
Forum: .NET
Topic: ColorGrid reset the StartColor & EndColor values
Replies: 5
Views: 9037

Re: ColorGrid reset the StartColor & EndColor values

Dear Sandra,

Please see the attachment to understand my requirements and reply. I had gone through your link and it will not serve my purpose.

Thanks again,
Muthu Kumar
Jubilant Biosys.
by vivek
Tue Jul 21, 2009 5:28 am
Forum: .NET
Topic: ColorGrid reset the StartColor & EndColor values
Replies: 5
Views: 9037

ColorGrid reset the StartColor & EndColor values

Dear Support, In colorgrid we want to reset the StartColor and EndColor values for series values. For example if the series values are 1,2,3,4,5,6,7,8,9 and 10 then StartColor white will be assigned to value 1 and EndColor red will be assigned to 10 in color grid, but if I want to assign the start c...
by vivek
Wed May 27, 2009 11:08 am
Forum: .NET
Topic: Box Plot
Replies: 1
Views: 3398

Box Plot

Hi Sandra,

Can you tell me minimum number of points required to plot a box in box plot series?

Regards,
Vivek.
by vivek
Sat May 23, 2009 9:41 am
Forum: .NET
Topic: Problem with Exclude and Include of the points in box plot
Replies: 3
Views: 6427

Issue: Exclude and Include of the points in box plot when 2

Hi Sandra,

We have uploaded the sample application on 4'th may. We have not received any reply from your side. Please help us to solve the problem.

With regards,
Vivek.J
by vivek
Wed Apr 29, 2009 12:48 pm
Forum: .NET
Topic: Problem with Exclude and Include of the points in box plot
Replies: 3
Views: 6427

Problem with Exclude and Include of the points in box plot

1) [b]Issue: Exclude and Include of the points in box plot when 2 series are near by.[/b] a. In box plot series we have given a functionality of exclude and include of the mild and extreme outliers. b. When the user selects a outlier (Box plot series) to exclude, the following process takes place – ...
by vivek
Wed Apr 15, 2009 1:52 pm
Forum: .NET
Topic: ColorGrid-code continuous selection of cells in C# .Net v3
Replies: 8
Views: 16390

Need multi point selection option in Points series

Dear Nacis,

It is working fine.
Thank you.
by vivek
Wed Apr 15, 2009 12:19 pm
Forum: .NET
Topic: ColorGrid-code continuous selection of cells in C# .Net v3
Replies: 8
Views: 16390

Need multi point selection option in Points series

Dear Yeray, Multi-cell selection in Colorgrid is working fine. Now i need to implement the same future in Points series also. When i tried to convert the same code what i got for Colorgrid, i am facing some problem. The following code always return -1 . tChart1.Series[0].Clicked(new Point(e.X, e.Y))...
by vivek
Wed Feb 18, 2009 4:19 am
Forum: .NET
Topic: Placing different images in different cells of color grid
Replies: 1
Views: 3584

Placing different images in different cells of color grid

Dear Support, In reference to my below queries I would like to know when you can implement the functionality of placing different images in different cells of color grid for TeeChart for .NET v3 version. It is an important feature requested by our client and it would help us making our tool more use...
by vivek
Wed Feb 04, 2009 9:35 am
Forum: .NET
Topic: ColorGrid-code continuous selection of cells in C# .Net v3
Replies: 8
Views: 16390

ColorGrid-code continuous selection of cells in C# .Net v3

Dear Support, I have posted the below underlined question and received the response from you yesterday, Since I am using the TeeChart for .NET v3 version please send the mention code in the reply in c#. As you mentioned in your reply placing different icons for different cells is not supported pleas...
by vivek
Wed Oct 29, 2008 4:59 am
Forum: .NET
Topic: Mouse move, mouse click problem
Replies: 13
Views: 15204

Thank you so much Narcis. Its working fine.
by vivek
Tue Oct 28, 2008 1:14 pm
Forum: .NET
Topic: Mouse move, mouse click problem
Replies: 13
Views: 15204

Thank you so much Narcis, Its working fine for Exclude the points. But how can i include it again. I am facing one more problem. I am using custom left axes to show colorgrid. when i zoomout(shrink) the tchart size (for zooming option) left axes labels are hiding inside (full text not showing outsid...