Muchas gracias, Narcís !
It's now working very well.
Appreciate your prompt help.
Damien
Search found 5 matches
- Fri Oct 05, 2007 10:02 am
- Forum: .NET
- Topic: tChart - Multi axis separation
- Replies: 5
- Views: 3740
- 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...
- 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...
- Fri Sep 21, 2007 8:01 am
- Forum: .NET
- Topic: troubles with VS2005
- Replies: 3
- Views: 2883
- 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 ...