Search found 13 matches
- Wed Oct 18, 2017 7:55 am
- Forum: .NET
- Topic: Preventing tooltip data from being added to the axis
- Replies: 2
- Views: 7966
Re: Preventing tooltip data from being added to the axis
Hello Christopher, Thank you for diving into the problem. Occasionally, since implementing your hint from topic "Displaying every label on X-Axis" the effect is not longer available. foreach (DataRowView viewRowStation in viewStationTable) //Create labels for stations on X_Axis { Steema.TeeChart.WPF...
- Wed Oct 18, 2017 7:49 am
- Forum: .NET
- Topic: Displaying every label on X-Axis
- Replies: 2
- Views: 8679
Re: Displaying every label on X-Axis
Hello Christopher,
Thank you! That's working as expected and resolves my problem.
Yours, Jens
Thank you! That's working as expected and resolves my problem.
Yours, Jens
- Tue Oct 17, 2017 9:32 am
- Forum: .NET
- Topic: Displaying every label on X-Axis
- Replies: 2
- Views: 8679
Displaying every label on X-Axis
Hello Steema team, sorry to bother you again, I'm using Steema's TeeChart.WPF. The chart I'm implementing contains three Series from TeeChart.WPF.Styles.Line and TeeChart.WPF.Styles.Points. TeeChart is adjusting the X-Axis labeling to prevent overlapping etc. I would like to make sure that every lab...
- Tue Oct 17, 2017 9:14 am
- Forum: .NET
- Topic: Preventing tooltip data from being added to the axis
- Replies: 2
- Views: 7966
Preventing tooltip data from being added to the axis
Hello Steema team, I'm using Steema's TeeChart.WPF. The chart I'm implementing contains three Series from TeeChart.WPF.Styles.Line and TeeChart.WPF.Styles.Points. For the points I make use of adding tooltip information by using C# Steema.TeeChart.WPF.Tools.MarksTip MarksTip_Points_Values = new Steem...
- Tue Oct 17, 2017 7:59 am
- Forum: .NET
- Topic: No visible zoom rectangle with Steema.TeeChart.WPF.Zoom
- Replies: 8
- Views: 15613
Re: No visible zoom rectangle with Steema.TeeChart.WPF.Zoom
Hello Christopher, Thank you for sharing the information. The TeeChart.WPF.dll uses Adorners in its implementation of the Zoom rectangle - I'm not sure if these work in COM+. It seems to me that this is the reason for not being displayed within my application. Not a problem of Steema's TeeChart, but...
- Fri Oct 13, 2017 6:19 pm
- Forum: .NET
- Topic: View a duplicated Y-axis
- Replies: 4
- Views: 10561
Re: View a duplicated Y-axis
Thank you, Christopher,
I didn't know about assigning VerticalAxis.Both to a data serie.
Perfect solution.
Best, Jens
I didn't know about assigning VerticalAxis.Both to a data serie.
Perfect solution.
Best, Jens
- Fri Oct 13, 2017 6:03 pm
- Forum: .NET
- Topic: No visible zoom rectangle with Steema.TeeChart.WPF.Zoom
- Replies: 8
- Views: 15613
Re: No visible zoom rectangle with Steema.TeeChart.WPF.Zoom
Hello Christopher, Sure, the example is working fine in general and when used outside of the target application. But as soon as I have integrated the example in the COM+ application with .NET wrapper the rectangle is not visible anymore. Maybe there is a special in the WPF layer of the COM+ applicat...
- Fri Oct 06, 2017 3:14 pm
- Forum: .NET
- Topic: View a duplicated Y-axis
- Replies: 4
- Views: 10561
Re: View a duplicated Y-axis
Hello Christopher,
Thank your for your reply.
With your code example the right axis becomes visible - but has a different range than the left axis.
Is there a way to implement a copy/duplicate of the left axis for use as axis on the right (max on X-axis)?
Best, Jens
Thank your for your reply.
With your code example the right axis becomes visible - but has a different range than the left axis.
Is there a way to implement a copy/duplicate of the left axis for use as axis on the right (max on X-axis)?
Best, Jens
- Fri Oct 06, 2017 3:03 pm
- Forum: .NET
- Topic: No visible zoom rectangle with Steema.TeeChart.WPF.Zoom
- Replies: 8
- Views: 15613
Re: No visible zoom rectangle with Steema.TeeChart.WPF.Zoom
Hello Christopher, Thank you for the idea. Unfortunately, it does not change the behavior. There is still no rectangle visible. Do you have further thoughts how to bring the zoom-rectangle to visibility? - Maybe change a Z-Order or something special? - Or using something else instead of the built-in...
- Fri Oct 06, 2017 2:51 pm
- Forum: .NET
- Topic: Title of a Y-axis rotated by 90 degrees
- Replies: 2
- Views: 7757
Re: Title of a Y-axis rotated by 90 degrees
Thank you Christopher,
it works as intended now.
Best, Jens
it works as intended now.
Best, Jens
- Fri Oct 06, 2017 11:39 am
- Forum: .NET
- Topic: Title of a Y-axis rotated by 90 degrees
- Replies: 2
- Views: 7757
Title of a Y-axis rotated by 90 degrees
Hello Steema team, I'm using Steema's TeeChart.WPF. The chart I'm implementing contains three Series from TeeChart.WPF.Styles.Line and TeeChart.WPF.Styles.Points. There is the Y-axis on the left, created with the following coded settings: C# //Settings for Y-Axis Steema.TeeChart.WPF.Axis leftAxis = ...
- Fri Oct 06, 2017 11:33 am
- Forum: .NET
- Topic: View a duplicated Y-axis
- Replies: 4
- Views: 10561
View a duplicated Y-axis
Hello Steema team, I'm using Steema's TeeChart.WPF. The chart I'm implementing contains three Series from TeeChart.WPF.Styles.Line and TeeChart.WPF.Styles.Points. There is the Y-axis on the left, created with the following coded settings: C# //Settings for Y-Axis Steema.TeeChart.WPF.Axis leftAxis = ...
- Fri Oct 06, 2017 11:24 am
- Forum: .NET
- Topic: No visible zoom rectangle with Steema.TeeChart.WPF.Zoom
- Replies: 8
- Views: 15613
No visible zoom rectangle with Steema.TeeChart.WPF.Zoom
Hello Steema team, I'm using Steema's TeeChart.WPF in a third party COM+ application with .NET wrapper. My task is to implement a .NET based WPF control including a more or less complex chart. The chart contains three Series from TeeChart.WPF.Styles.Line and TeeChart.WPF.Styles.Points. From the tuto...