Hi sandra,
Sorry, i can not give you a sample now.
Search found 19 matches
- Thu Apr 19, 2012 8:01 am
- Forum: .NET
- Topic: Zoom restrictions
- Replies: 3
- Views: 4786
- Mon Apr 16, 2012 7:55 am
- Forum: .NET
- Topic: Zoom restrictions
- Replies: 3
- Views: 4786
Zoom restrictions
After I zoomed many times, the teechart will be very slowly, sometimes not responding.
So I want to ask that about zoom restrictions? Please tell me ,thanks.
So I want to ask that about zoom restrictions? Please tell me ,thanks.
- Mon Apr 16, 2012 7:25 am
- Forum: .NET
- Topic: The first label display incomplete in x axis.
- Replies: 11
- Views: 12170
Re: The first label display incomplete in x axis.
Hi sandra,
Ok, thank you very much, I achieve as you said.
Ok, thank you very much, I achieve as you said.
- Fri Apr 13, 2012 3:25 am
- Forum: .NET
- Topic: The first label display incomplete in x axis.
- Replies: 11
- Views: 12170
Re: The first label display incomplete in x axis.
Hi sandra,
Sorry, the issue had not been resolved yet. I can not do it as you said. Because the points which combined the series3 is on the graph yet as you said, I want only series1 and series2 on there.
And I think the issus is not easy to solve.
Sorry, the issue had not been resolved yet. I can not do it as you said. Because the points which combined the series3 is on the graph yet as you said, I want only series1 and series2 on there.
And I think the issus is not easy to solve.
- Thu Apr 12, 2012 4:35 am
- Forum: .NET
- Topic: The first label display incomplete in x axis.
- Replies: 11
- Views: 12170
Re: The first label display incomplete in x axis.
Hi Sandra,
I want the series disappear on left axis, not values. Please see the red line in the first attachment(left_appear).
After remove the series, the graph will changed as the second attachment(left_disappear), but I want the left axis title display.
Please again, thanks.
I want the series disappear on left axis, not values. Please see the red line in the first attachment(left_appear).
After remove the series, the graph will changed as the second attachment(left_disappear), but I want the left axis title display.
Please again, thanks.
- Wed Apr 11, 2012 7:58 am
- Forum: .NET
- Topic: The first label display incomplete in x axis.
- Replies: 11
- Views: 12170
Re: The first label display incomplete in x axis.
Sorry, the question have not been resolved yet. Perhaps what i said is not clear.
I want that left axis title display, but the points on left axis is disappear. Please help me, thanks.
I want that left axis title display, but the points on left axis is disappear. Please help me, thanks.
- Fri Apr 06, 2012 1:40 am
- Forum: .NET
- Topic: The first label display incomplete in x axis.
- Replies: 11
- Views: 12170
Re: The first label display incomplete in x axis.
Thanks, i resolved it as you said.
But I have a new question, when I remove the points in y1 axis, the y1 axis title is disappear as the attachment, I want that the y1 title display.
Please help me again, thanks.
But I have a new question, when I remove the points in y1 axis, the y1 axis title is disappear as the attachment, I want that the y1 title display.
Please help me again, thanks.
- Thu Apr 05, 2012 3:06 am
- Forum: .NET
- Topic: The first label display incomplete in x axis.
- Replies: 11
- Views: 12170
The first label display incomplete in x axis.
I plot the graph using some points as the first attachment, including x1, y1, y2 axis. But when I remove some points in y1 axis, the graph changed as the second attachment, and first label in x1 axis displayed incomplete. Please help me to resolve it or give me a solution?
- Thu Feb 09, 2012 5:40 am
- Forum: .NET
- Topic: "Parameter is not valid" happened in TextOut() method
- Replies: 3
- Views: 5045
Re: "Parameter is not valid" happened in TextOut() method
Hello Sandra,
Thanks for your advice. I will try and hope the issue would be fixed.
Thanks for your advice. I will try and hope the issue would be fixed.
- Tue Feb 07, 2012 3:53 am
- Forum: .NET
- Topic: "Parameter is not valid" happened in TextOut() method
- Replies: 3
- Views: 5045
"Parameter is not valid" happened in TextOut() method
We develop an application in .Net 3.5 in VS 2010 c#, using TeeChart Pro v 3.5.3225.32185. We have a function need the method:Tchart.Graphics3D.TextOut(10,5,"ABC"). But in the last two month wo have a exception about this twice,the log is: System.ArgumentException: Parameter is not valid. at System.D...
- Thu Feb 02, 2012 6:35 am
- Forum: .NET
- Topic: Auto Adjust Axis's Label visible when custom label
- Replies: 7
- Views: 9039
Re: Auto Adjust Axis's Label visible when custom label
May be your Teechart version is defferent with mine.My version is 3.5.3225.32185.I have download the project and add reference: Teechart 3.5.3225.32185. The project run ok.thanks.
- Wed Feb 01, 2012 9:29 am
- Forum: .NET
- Topic: the Max of Y Axes is much large,the lines came together.
- Replies: 2
- Views: 4902
the Max of Y Axes is much large,the lines came together.
We develop an application in .Net 3.5 in VS 2010 c#, using TeeChart Pro v 3.5.3225.32185. I had a graph,the tChart1.Axes.Left.Maximum = 4.08426213706027E+304,the lines came together at the bottom of the graph.(1.jpg) 1.jpg But changed to tChart1.Axes.Left.Maximum = 4.08426213706027E+284, it worked p...
- Mon Jan 30, 2012 3:14 am
- Forum: .NET
- Topic: Auto Adjust Axis's Label visible when custom label
- Replies: 7
- Views: 9039
Re: Auto Adjust Axis's Label visible when custom label
I have resolve this like this: void tChart1_AfterDraw(object sender, Steema.TeeChart.Drawing.Graphics3D g) { //the current Label will be hidden when it is overlapped with its previous labels. //Get the axis Steema.TeeChart.Axis xAxis = tChart1.Axes.Bottom; Steema.TeeChart.Axis yAxis = tChart1.Axes.L...
- Wed Jan 18, 2012 10:02 am
- Forum: .NET
- Topic: X-Axis have two zero labels
- Replies: 5
- Views: 6629
Re: X-Axis have two zero labels
the Custom label can fix this issues,but it brought new problems:http://www.teechart.net/support/viewtop ... 55&start=0
- Wed Jan 18, 2012 9:47 am
- Forum: .NET
- Topic: Auto Adjust Axis's Label visible when custom label
- Replies: 7
- Views: 9039
Re: Auto Adjust Axis's Label visible when custom label
I have upload my project in attachment.your code is not what i mean.this is my code: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Windows.Forms; using Steema.TeeChart.Styles; u...