Search found 12 matches
- Mon Aug 12, 2019 1:06 pm
- Forum: .NET
- Topic: ScrollPager too long
- Replies: 5
- Views: 16776
Re: ScrollPager too long
Hi Christopher, sorry for the opaque description of my problem. But I got good news, I solved the problem! Somehow the chart width increased by activating the ScrollPager. So the TChart was wider than my WinForm. Now I've reduced the chart width and everything seems to be okay. Thank you very much f...
- Mon Aug 12, 2019 7:02 am
- Forum: .NET
- Topic: ScrollPager too long
- Replies: 5
- Views: 16776
Re: ScrollPager too long
Hi Christopher, thats right, the legend doesn't appear when the ScrollPager is removed. But this problem I already solved! I just use TChart1.Legend.Visible = True when the ScrollPager is removed. But that is not my problem now. There has to be an option that extend my TChart as soon as I activate t...
- Thu Aug 08, 2019 2:28 pm
- Forum: .NET
- Topic: ScrollPager too long
- Replies: 5
- Views: 16776
ScrollPager too long
Hi Team, I've got a problem with the width of the ScrollPager and I don't know how to fix it. When I activate the ScrollPager the Chart is longer than my WinForm. But when I check the width within the Debugger it says that it is the same as before. Take a look at the pictures below. Do you have a cl...
- Wed Jul 24, 2019 7:34 am
- Forum: .NET
- Topic: Legend individual text
- Replies: 2
- Views: 12131
Re: Legend individual text
Hi all,
is there no solution for this problem?
Thanks in advance,
Florian
is there no solution for this problem?
Thanks in advance,
Florian
- Wed Jul 17, 2019 2:20 pm
- Forum: .NET
- Topic: Legend individual text
- Replies: 2
- Views: 12131
Legend individual text
Hi all,
is it possible to set an individual text at the legend in the chart?
By now I just can chose the Series Name, but that is very long and so it take too much place in the chart.
Thanks in advance!
Best regards,
Florian
is it possible to set an individual text at the legend in the chart?
By now I just can chose the Series Name, but that is very long and so it take too much place in the chart.
Thanks in advance!
Best regards,
Florian
- Mon Jul 15, 2019 8:56 am
- Forum: .NET
- Topic: Custom Y-Axis Position
- Replies: 5
- Views: 16301
Re: Custom Y-Axis Position
I've got it already!
It is:
TChart1.Axes.Left.Labels.Font.Color = Color.Red
Thanks for helping!
Best regards,
Florian
It is:
TChart1.Axes.Left.Labels.Font.Color = Color.Red
Thanks for helping!
Best regards,
Florian
- Mon Jul 15, 2019 8:23 am
- Forum: .NET
- Topic: Custom Y-Axis Position
- Replies: 5
- Views: 16301
Re: Custom Y-Axis Position
Hello Christopher,
thanks, that works great!
But I've got another question:
How can I change the color of the numbers in the y-axis?
Thanks in advance!
Best regards,
Florian
thanks, that works great!
But I've got another question:
How can I change the color of the numbers in the y-axis?
Thanks in advance!
Best regards,
Florian
- Mon Jul 15, 2019 7:34 am
- Forum: .NET
- Topic: Custom Y-Axis Position
- Replies: 5
- Views: 16301
Re: Custom Y-Axis Position
Hello Christopher,
Thanks for your fast help!
But is it possible to post the code in VB.NET?
Thank you very much!
Best regards,
Florian
Thanks for your fast help!
But is it possible to post the code in VB.NET?
Thank you very much!
Best regards,
Florian
- Mon Jul 15, 2019 6:48 am
- Forum: .NET
- Topic: Custom Y-Axis Position
- Replies: 5
- Views: 16301
Custom Y-Axis Position
Hello Steema Support, I've got an problem that I don't know how to solve. Every Line in my Chart got an own Custom Y-Axis, but the first one uses the main Y-Axis. I implemented a Function that hide or fade in the selected Axis. But when a Custom Y-Axis is faded in, it doesn't get the same position l...
- Thu Apr 25, 2019 7:36 am
- Forum: .NET
- Topic: TeeChart Pro Cursor
- Replies: 4
- Views: 14496
Re: TeeChart Pro Cursor
Hi Christopher,
that works fine!
Perfect, thank you very much for your quick help!
Best regards!
that works fine!
Perfect, thank you very much for your quick help!
Best regards!
- Wed Apr 24, 2019 2:07 pm
- Forum: .NET
- Topic: TeeChart Pro Cursor
- Replies: 4
- Views: 14496
Re: TeeChart Pro Cursor
Hi Christopher,
thank you for your help, but is it maybe possible to post the code in VB.NET again?
Thanks a lot!
thank you for your help, but is it maybe possible to post the code in VB.NET again?
Thanks a lot!
- Thu Apr 18, 2019 12:41 pm
- Forum: .NET
- Topic: TeeChart Pro Cursor
- Replies: 4
- Views: 14496
TeeChart Pro Cursor
Hi Team, I've got a question regarding the cursor Tool: Is it possible to snap between x-values and get the y-value of every series in the chart? For example: - there are 3 line-series in the Chart and you add 1 cursor - these 3 line-series got the same X-values but different Y-values - now you want...