Search found 14 matches
- Mon Aug 22, 2011 11:12 am
- Forum: .NET
- Topic: Couldn't find alternates of constants in .Net version
- Replies: 1
- Views: 2398
Couldn't find alternates of constants in .Net version
Hi, I am switching from TeeChart Pro v7.0.0.7[ActiveX] to TeeChart .Net Pro v.4.0.2011.2082. I have found alternates of some constants my self which are as follows. TeeChart.EChartPenStyle.psSolid = Drawing2D.DashStyle.Solid TeeChart.EChartPenStyle.psDash = Drawing2D.DashStyle.Dash TeeChart.EChartPe...
- Mon Aug 22, 2011 10:48 am
- Forum: .NET
- Topic: Move and then 3D, Axes remain in previous location.
- Replies: 3
- Views: 3558
Re: Move and then 3D, Axes remain in previous location.
Thanks for the reply. Infact i am finalizing my application now and this point was still pending on my side. Thats why my reply seems to be a little late. At this stage i cannot change the version of TeeChart. Can you please confirm whether this issue exists in the version i am using i.e. TeeChart ....
- Wed Jul 20, 2011 7:00 am
- Forum: .NET
- Topic: Move and then 3D, Axes remain in previous location.
- Replies: 3
- Views: 3558
Move and then 3D, Axes remain in previous location.
Hi, I am switching from TeeChart Pro v7.0.0.7[ActiveX] to TeeChart .Net Pro v.4.0.2011.2082. I have observed an issue with the Chart Controller that if we “ Move ” .Net graph and then press “ 3D ”, .Net control’s left and bottom axes remain in the previous location and remaining graph come in a norm...
- Fri Jul 08, 2011 8:10 am
- Forum: .NET
- Topic: Alternate of "OnGetSeriesMark" in TChart for.Net 2010?
- Replies: 1
- Views: 2353
Alternate of "OnGetSeriesMark" in TChart for.Net 2010?
Hi,
I am switching from TeeChart Pro v7.0.0.7[ActiveX] to TeeChart .Net Pro v.4.0.2011.2082.
In TeeChart7 (ActiveX) there was an event of TChart i.e. "OnGetSeriesMark". I have not find this event in TeeChart for .Net 2010?
What is its alternate?
Regards,
Maverick
I am switching from TeeChart Pro v7.0.0.7[ActiveX] to TeeChart .Net Pro v.4.0.2011.2082.
In TeeChart7 (ActiveX) there was an event of TChart i.e. "OnGetSeriesMark". I have not find this event in TeeChart for .Net 2010?
What is its alternate?
Regards,
Maverick
- Thu Jul 07, 2011 10:58 am
- Forum: .NET
- Topic: How to add custom labels for Axes in TeeChart.Net
- Replies: 1
- Views: 2515
How to add custom labels for Axes in TeeChart.Net
Hi, I am switching from TeeChart Pro v7.0.0.7[ActiveX] to TeeChart .Net Pro v.4.0.2011.2082. Following piece of code in TeeChart7 was working fine. I think it check the Y-Axis value and put the “Custom Label” where Y-Axis is 20. TChart7.Axis.Left.Labels.Add(20, "Custom Label") What is alternate of t...
- Thu Jul 07, 2011 10:41 am
- Forum: .NET
- Topic: TChart1.Walls.Visible and Position Offset %
- Replies: 6
- Views: 5419
Re: TChart1.Walls.Visible and Position Offset %
Sandra, Thanks a lot, The alternate(.Net) of "PointSeries"(ActiveX) is working fine. I must say its realy hard to find it without your support. I am asking different questions in reply of your answers because in this way i got answers more quickly as compared to the questions asked in different thre...
- Thu Jul 07, 2011 5:54 am
- Forum: .NET
- Topic: TChart1.Walls.Visible and Position Offset %
- Replies: 6
- Views: 5419
Re: TChart1.Walls.Visible and Position Offset %
Sandra, Bundle of Thanks. Hmmm...Yes it works and it means the right and top lines left, are part of Axis not walls. I am facing another problem. I am switching from TeeChart Pro v7.0.0.7 to TeeChart .Net Pro v.4.0.2011.2082. So all code written for TeeChart7 is required to change according to TeeCh...
- Wed Jul 06, 2011 6:53 am
- Forum: .NET
- Topic: TChart1.Walls.Visible and Position Offset %
- Replies: 6
- Views: 5419
Re: TChart1.Walls.Visible and Position Offset %
Sandra,
Thanks for your effort.
I have attached another document to elaborate, what exactly I demand for.
Hope it will work.
Thanks for your effort.
I have attached another document to elaborate, what exactly I demand for.
Hope it will work.
- Tue Jul 05, 2011 9:54 am
- Forum: .NET
- Topic: TChart1.Walls.Visible and Position Offset %
- Replies: 6
- Views: 5419
TChart1.Walls.Visible and Position Offset %
Hi, I am switching from TeeChart Pro v7.0.0.7 to TeeChart .Net Pro v.4.0.2011.2082. This time I have two questions: Question.01. I want to clear every thing I set on graph by using following code TChart1.Series.Clear() TChart1.Axes.Left.Title.Caption = "" TChart1.Axes.Bottom.Title.Caption = "" TChar...
- Tue Jul 05, 2011 5:26 am
- Forum: .NET
- Topic: Alternate of "OnEditedChart" event in TeeChart for .Net 2010
- Replies: 3
- Views: 3388
Re: Alternate of "OnEditedChart" event in TeeChart for .Net 2010
Sandra, Thanks for reply, I want to know when "SetLabels" fires? I put a message box in this event. Some how this message box appear on right click (not every time) at the TChart control's area. Once message box appear it countinously appearing and almost stuck the application. There may be some pro...
- Mon Jul 04, 2011 6:31 am
- Forum: .NET
- Topic: Alternate of "OnEditedChart" event in TeeChart for .Net 2010
- Replies: 3
- Views: 3388
Alternate of "OnEditedChart" event in TeeChart for .Net 2010
Hi, I am switching from TeeChart Pro v7.0.0.7 to TeeChart .Net Pro v.4.0.2011.2082. In TeeChart7 I was using "OnEditedChart" event of TeeCommander. What event of "ChartController" (.Net) can be used as an equivalent to “OnEditedChart”? “ItemClicked” event of ChartController cannot be used because it...
- Fri Jul 01, 2011 12:25 pm
- Forum: .NET
- Topic: How to disable options of ChartController on run time?
- Replies: 5
- Views: 4509
Re: How to disable options of ChartController on run time?
Hello Narcis, Thanks a lot for your reply, I think you are not getting my point although i tried to explain clearly in my last reply. i.e. Even if i can hide buttons through "ChartEditorOptions" it will not solve my problem because i want to Disable buttons (not hide) as were done in TeeChart7. The ...
- Fri Jul 01, 2011 6:48 am
- Forum: .NET
- Topic: How to disable options of ChartController on run time?
- Replies: 5
- Views: 4509
Re: How to disable options of ChartController on run time?
Sandra, Thanks for reply, In Demo project i got the way to hide whole tab(s). Even if i can hide buttons through "ChartEditorOptions" it will not solve my problem because i want to Disable buttons (not hide) as were done in TeeChart7. I am repeating my question: How can I disable “Add”, “Delete”, “T...
- Wed Jun 29, 2011 9:18 am
- Forum: .NET
- Topic: How to disable options of ChartController on run time?
- Replies: 5
- Views: 4509
How to disable options of ChartController on run time?
Hi, I am switching from TeeChart Pro v7.0.0.7 to TeeChart .Net Pro v.4.0.2011.2082. I want to disable some options provided by “ChartController”. e.g. “Add”, “Delete”, “Title”, “Clone” and “Change” buttons for series tab on run time (through code). In TeeChart7 I was doing the same by using Editor u...