Search found 11 matches

by inea
Thu Jun 09, 2011 8:26 am
Forum: .NET
Topic: speed up TChart FastLine
Replies: 1
Views: 2994

speed up TChart FastLine

Hello,

How to speed up tChart with three FastLine on it?
I was updated TeeChart .Net from v2 to TeeChart .Net 2010, and now my tChart freeze. I 'm refresing it every second.
But on v2 was work fine.
I alredy changed quality to Best speed.

Thank you for your answer.
by inea
Tue Feb 01, 2011 1:12 pm
Forum: .NET
Topic: Show grid on ColorGrid problem
Replies: 1
Views: 2932

Show grid on ColorGrid problem

Hello, I have a problem. Why grid in this example is not shown? public Form1() { InitializeComponent(); InitializeChart(); } private void InitializeChart() { tChart1.Aspect.View3D = false; tChart1.Dock = DockStyle.Fill; Steema.TeeChart.Styles.ColorGrid colorGrid1 = new Steema.TeeChart.Styles.ColorGr...
by inea
Thu Jan 27, 2011 7:22 am
Forum: .NET
Topic: Cross on Surface 3D
Replies: 12
Views: 16288

Re: Cross on Surface 3D

Hello Sandra,

Is it something new in this problem?

Thanks
by inea
Thu Dec 23, 2010 1:59 pm
Forum: .NET
Topic: TeeChart .NET v1 with Visual Studio 2010
Replies: 2
Views: 3590

Re: TeeChart .NET v1 with Visual Studio 2010

Hello Sandra,

Thank you for quick answer.
by inea
Thu Dec 23, 2010 11:44 am
Forum: .NET
Topic: TeeChart .NET v1 with Visual Studio 2010
Replies: 2
Views: 3590

TeeChart .NET v1 with Visual Studio 2010

Hello, I 'm heaving a problem about TeeChart .NET v1 with Visual Studio 2010. From my toolbox I add TChart in WinForm. Automatic were added References and licences.licx. And when I run my application, error is shown. Error: Unable to resolve type 'Steema.TeeChart.TChart, TChart, Version=1.1.1879... ...
by inea
Tue Dec 21, 2010 6:32 am
Forum: .NET
Topic: Cross on Surface 3D
Replies: 12
Views: 16288

Re: Cross on Surface 3D

Hello Sandra,

Thank you very much for your's time.
by inea
Mon Dec 20, 2010 11:25 am
Forum: .NET
Topic: Cross on Surface 3D
Replies: 12
Views: 16288

Re: Cross on Surface 3D

Hello Sandra, Thank you very much for this example. This example work well. But with my sample data, this example doesn't work. Could you please try my sample Data? DataTable t1 = new DataTable(); t1.Columns.Add("x"); t1.Columns.Add("y"); t1.Columns.Add("z"); t1.Rows.Add(1, 3, 1); t1.Rows.Add(3, 2, ...
by inea
Fri Dec 17, 2010 1:07 pm
Forum: .NET
Topic: Cross on Surface 3D
Replies: 12
Views: 16288

Re: Cross on Surface 3D

Hello Sandra, Thank you very much for this example. This example it works exactly as I want. Almost perfect, becouse I have irregular surface and irregular colorGrid, and this example doesn't work right with irregular colorGrid and surface. Also SurfaceNearestTool doesn't work correct if I have irre...
by inea
Mon Dec 13, 2010 6:36 am
Forum: .NET
Topic: Cross on Surface 3D
Replies: 12
Views: 16288

Re: Cross on Surface 3D

Hello Sandra, Thank you very much, for example and your's time. This sample is amazing. Sorry, that my interpretation was't very good, but I need oposite functionality. When I 'll move cursor on ColorGrid, SurfaceNearestTool change his position. SurfaceNearestTool have to be moved only by ColorGrid ...
by inea
Mon Dec 06, 2010 3:19 pm
Forum: .NET
Topic: Cross on Surface 3D
Replies: 12
Views: 16288

Re: Cross on Surface 3D

Hello Sandra, Thank you for your quick answer at first. I may use SurfaceNereastTool, if it possible to connect ColorGrid and Surface. I have to implement ColorGrid, with floating cross(like in picture). And when I move this cross with mouse, cross on surface is move to. i 've implemented ColorGrid ...
by inea
Thu Dec 02, 2010 1:58 pm
Forum: .NET
Topic: Cross on Surface 3D
Replies: 12
Views: 16288

Cross on Surface 3D

Hello,

I 've question about cross(point) on surface 3D.

Is it possible to have a floatin cross or point on surface 3D (like in picture)?
What is a easy way to do it in TeeChart v6 or TeeChartV2010, but better it will be in v6.

Thank you for your answer.