Search found 17 matches

by KevL
Fri Apr 20, 2012 2:19 pm
Forum: .NET
Topic: TeeChart with different DotNet Frameworks
Replies: 4
Views: 6343

Re: TeeChart with different DotNet Frameworks

Looks like the directory structure is not correct. The error message is looking for TeeCalc in the Util folder, but it is not there. THere IS however ANOTHER Util folder inside the 1st Util folder. I tried copying the TeeCalc.exe in there and it still wont work. Error message is now... -------------...
by KevL
Fri Apr 20, 2012 2:10 pm
Forum: .NET
Topic: TeeChart with different DotNet Frameworks
Replies: 4
Views: 6343

Re: TeeChart with different DotNet Frameworks

Seems easy enough, but I am getting an error when running "TeeChartNET2012_4.1.2012.02280.exe". After entering license info I get this message then the installation quits: --------------------------- Warning --------------------------- Error running C:\Program Files (x86)\Steema Software\Steema TeeC...
by KevL
Thu Apr 19, 2012 8:03 pm
Forum: .NET
Topic: TeeChart with different DotNet Frameworks
Replies: 4
Views: 6343

TeeChart with different DotNet Frameworks

Is it possible to use Steema TeeChart for .NET 2012 4.1.2012.02280 with other than ver 4 of the Dot Net framework? If so, how do I create for example a Dot Net 2.0 app. in Visual Studio using the TeeChart package above?

Kev
by KevL
Thu Apr 19, 2012 11:39 am
Forum: .NET
Topic: TeeChart Migration
Replies: 3
Views: 4294

Re: TeeChart Migration

Seems like it all of a sudden started working. Unfortunately I am not 100% sure of the procedure that finally worked.
by KevL
Tue Apr 17, 2012 2:02 pm
Forum: .NET
Topic: TeeChart Migration
Replies: 3
Views: 4294

TeeChart Migration

I currently have a VisualStudio 2010 C# project that is using some TeeChart V3 charts with several Line Series each. It all works fine. We have upgraded to TeeChart 2012 and I would like to recompile this project with the new TeeChart. I did not uninstall V3 so the project continues to load, compile...
by KevL
Thu Apr 12, 2012 4:06 pm
Forum: .NET
Topic: Assign Custom Axis
Replies: 2
Views: 4022

Re: Assign Custom Axis

Finally figured it out...


Series1.VertAxis = Steema.TeeChart.Styles.VerticalAxis.Left;
Series1.CustomVertAxis = tChart3.Axes.Custom[0];

tChart3.Axes.Left.Title.Caption = "A";
tChart3.Axes.Custom[0].Title.Caption = "B";
by KevL
Thu Apr 12, 2012 3:46 pm
Forum: .NET
Topic: Assign Custom Axis
Replies: 2
Views: 4022

Assign Custom Axis

I am trying to reassign Series Vertical axis from Left to Custom and back in code using C# and cannot seem to get the correct syntax. I have tried this: Series1.VertAxis = Steema.TeeChart.Styles.VerticalAxis.Left; Series2.VertAxis = Steema.TeeChart.Styles.VerticalAxis.Custom; AND this: Series1.VertA...
by KevL
Wed Apr 04, 2012 3:04 pm
Forum: .NET
Topic: Fast Horizontal Line
Replies: 8
Views: 8863

Re: Fast Horizontal Line

Well, I suspect that it could be due to the fact that I am using TeeChart ver 3. at the moment!

I have not wanted to upgrade for fear of breaking something in several stable projects.
by KevL
Wed Apr 04, 2012 2:51 pm
Forum: .NET
Topic: Fast Horizontal Line
Replies: 8
Views: 8863

Re: Fast Horizontal Line

Trying to compile the Graphics Demo I get this from VisualStudio 2010... ------ Build started: Project: GraphicsControl, Configuration: Release Any CPU ------ D:\Download\TeeChart\SlimDX\GraphicsPerformance\GraphicsPerformance\GraphicsControl\CanvasDirect2D.cs(62,28): error CS0103: The name 'Matrix3...
by KevL
Wed Apr 04, 2012 1:37 pm
Forum: .NET
Topic: Fast Horizontal Line
Replies: 8
Views: 8863

Re: Fast Horizontal Line

I installed SlimDX and can load the example, but get Errors when trying to compile. 1. The name Matrix3x2 does not exist in the current context. 2. Metadata file ......GraphicsControl\bin\Debug\GraphicsControl.dll could not be found. I looked in the zip file from the example and there is no dll and ...
by KevL
Tue Apr 03, 2012 4:28 pm
Forum: .NET
Topic: Fast Horizontal Line
Replies: 8
Views: 8863

Re: Fast Horizontal Line

Looks interesting. Not sure where to find it though. Do I need to install this into my Visual Studio?
by KevL
Tue Apr 03, 2012 12:00 pm
Forum: .NET
Topic: Fast Horizontal Line
Replies: 8
Views: 8863

Fast Horizontal Line

Is there a way to get the speed of a FastLine series on a HorizontalLine series? I saw a couple of posts on the subject, but they didn't seem like real solutions to me. Am I missing something? My chart must be Vertically oriented and use a HorizontalLine series. I currently am doing this using Horiz...
by KevL
Mon Apr 05, 2010 2:47 pm
Forum: .NET
Topic: license
Replies: 1
Views: 2651

license

getting error something like when I try a Release Build. No such problem with Debug build. Error 2 Unable to resolve type 'Steema.TeeChart.TChart, TeeChart, Version=3.2.2980.19082, Culture=neutral, PublicKeyToken=9c812627...' D:\Visual Studio 2005 Projects\...\licenses.licx 1 Project1 Searching the ...
by KevL
Mon Apr 05, 2010 12:33 pm
Forum: .NET
Topic: Replace Chart with a bitmap
Replies: 1
Views: 2782

Replace Chart with a bitmap

I have a bitmap of a color grid that I generate manually that I would like to place on a TChart. The manually built bitmap matches the ColorGrid series, but I can generate and display it much faster than TChart can. I tried pasting this bitmap onto the chart using "BackgroundImage" which does work, ...
by KevL
Tue Sep 29, 2009 4:03 pm
Forum: .NET
Topic: Build Chart DLL with C# to use with MFC app.
Replies: 2
Views: 4224

Re: Build Chart DLL with C# to use with MFC app.

I guess no one has any input on this one?

Bottom line is I want to build a DLL using C# that includes a TChart on a form that can be opened from a MFC app.

Any takers?

thanks,
Kev