Search found 5 matches

by dams77
Fri Oct 05, 2007 10:02 am
Forum: .NET
Topic: tChart - Multi axis separation
Replies: 5
Views: 3740

Muchas gracias, Narcís !

It's now working very well. 8)
Appreciate your prompt help.

Damien
by dams77
Fri Oct 05, 2007 9:36 am
Forum: .NET
Topic: tChart - Multi axis separation
Replies: 5
Views: 3740

Hi Narcìs, According to the Help file, I've tried something like that: Steema.TeeChart.Axis ax; tChartHisto.Axes.Custom.Add(ax = new Steema.TeeChart.Axis()); ax.Horizontal = true; ax.RelativePosition = axisPower.StartPosition; tChartHisto.Series[0].HorizAxis = Steema.TeeChart.Styles.HorizontalAxis.C...
by dams77
Fri Oct 05, 2007 8:31 am
Forum: .NET
Topic: tChart - Multi axis separation
Replies: 5
Views: 3740

tChart - Multi axis separation

Dear all, I have a tChart with several series of bars. Each of them are displayed on its own axis, everything works fine. But these bars seem to be displayed "in the air". I would like to put a black bar at the bottom of each axis to seperate series. I know that's it's working with another tChart wi...
by dams77
Fri Sep 21, 2007 8:01 am
Forum: .NET
Topic: troubles with VS2005
Replies: 3
Views: 2883

Hi,

I just let Visual Studio do the job for me (2K3 -> 2K5). But I'm still using the same TeeChart component: TeeChart.NET v1.

I have found a workaround : to set the Cursor property Active to false to open the Design Interface.

any idea ?

thank you

dam's
by dams77
Fri Sep 21, 2007 7:23 am
Forum: .NET
Topic: troubles with VS2005
Replies: 3
Views: 2883

troubles with VS2005

Hello, we are using Steema Teechart for a long time with our application developed with VS 2003. Now that we have migrated in VS2005 we encounter a problem on each form using a chart component: private void InitializeComponent () { ... this .cursorToolLeft.Series = this .lineForceL; ... } It is not ...