Search found 39 matches
- Tue Jul 08, 2014 12:31 pm
- Forum: .NET
- Topic: Fail at printing preview.
- Replies: 4
- Views: 8702
Re: Fail at printing preview.
Yes, thank you, that works.
- Mon Jul 07, 2014 2:33 pm
- Forum: .NET
- Topic: Fail at printing preview.
- Replies: 4
- Views: 8702
Re: Fail at printing preview.
Hi, after quiete long time i got this problem again. I attached simple project that demonstrates it.
- Thu Jul 03, 2014 9:57 am
- Forum: .NET
- Topic: Annotation tool drawing order
- Replies: 1
- Views: 5396
Annotation tool drawing order
Hi, i'm using Cursor tool and annotation tool and color line tool in my programm. I use AfterDrawEvent to annotation and some extra objects on the chart. Here's the the functions that acts on AfterDraw private void OnAfterDraw(object sender, Steema.TeeChart.Drawing.Graphics3D g) { foreach (TickMark ...
- Wed Jun 25, 2014 9:43 am
- Forum: .NET
- Topic: Zoom specified axis from custom axis list by mouse wheel
- Replies: 1
- Views: 4843
Zoom specified axis from custom axis list by mouse wheel
Hi, i have multiple vertical custom axes, and i want to have ability to zoom one axis( plot ) via mouse wheel by setting mouse pointer to this axis and rolling the wheel. I implemented zooming via mouse wheel for all axes, so i dont have a problem with zooming, but i would like to know, is there any...
- Fri Jun 20, 2014 9:39 am
- Forum: .NET
- Topic: No chart on print preview
- Replies: 3
- Views: 7670
Re: No chart on print preview
Hi Narcis, thanks for the response, that works, but on the document appears two lines, on the left and bottom edge, how can i remove them?
- Thu Jun 19, 2014 1:14 pm
- Forum: .NET
- Topic: No chart on print preview
- Replies: 3
- Views: 7670
No chart on print preview
Hi, i want to create a print document with standard TeeChart tool, i use to draw Chart using Print(Rectangle rect) method, which i call in Print page event, which appears when i call Preview() method of TeeChart.Printer, and used to draw Chart and some extra strings. But there is no cghart on this p...
- Tue May 06, 2014 1:03 pm
- Forum: .NET
- Topic: DateTime format by default for axis
- Replies: 1
- Views: 4926
DateTime format by default for axis
Hi, I would like to set default DateTime format for Bottom axis without associating with any data to it. For examle, when i do this code tChart1.Series.Add( new Steema.TeeChart.Styles.Line() ); tChart1.Axes.Bottom.SetMinMax( new DateTime( 1, 1, 1, 1, 1, 1 ), new DateTime( 1, 1, 1, 1, 1, 5 ) ); i can...
- Fri Apr 11, 2014 8:08 am
- Forum: .NET
- Topic: axis labels and title overlaping for many vertical axes
- Replies: 13
- Views: 22939
Re: axis labels and title overlaping for many vertical axes
Hi, finaly i made a simple project, that shows problems only for this topic. here you should change values of min and max fields and see the icorrect behaviour of vertical axes.
- Tue Apr 01, 2014 5:21 am
- Forum: .NET
- Topic: axis labels and title overlaping for many vertical axes
- Replies: 13
- Views: 22939
Re: axis labels and title overlaping for many vertical axes
The build order is: 1. DataController 2. PainterComponent 3. GrapherComponent 4. TRNGraph To attach to InteropApp you shoul start it from bin folder and chose Tools->Attach to Process from Visual Studio main menu, chose InteropApp from the list and click Attach button. I have to apologize for this d...
- Mon Mar 31, 2014 2:50 pm
- Forum: .NET
- Topic: axis labels and title overlaping for many vertical axes
- Replies: 13
- Views: 22939
Re: axis labels and title overlaping for many vertical axes
Ofcourse, firstly you should build order is, DataController, PainterComponent, GrapherComponent, TRNGraph. after that you should start InteropApp from bin and attach to it. TeeChart is used in PainterComponent. thanks for response.
- Mon Mar 31, 2014 12:28 pm
- Forum: .NET
- Topic: axis labels and title overlaping for many vertical axes
- Replies: 13
- Views: 22939
Re: axis labels and title overlaping for many vertical axes
Unfortunately it won't be much easier. More than this i attached it not only for this topic, but for two more also, so i think that it even will be easier for you to understand this and other problems. I would like to use the source code for TeeChart and TeeChart.Direct2D - will I not need to recomp...
- Mon Mar 31, 2014 8:12 am
- Forum: .NET
- Topic: axis labels and title overlaping for many vertical axes
- Replies: 13
- Views: 22939
Re: axis labels and title overlaping for many vertical axes
Hi Chrostopher! Probably you have a different path to regtlibv12.exe, in this case you can try to change the path in Command line in Post-Build events property page of idl project. On the othe hand i can say you that you don't need to complie idl and InteropApp, because they are already compiled to ...
- Fri Mar 28, 2014 12:26 pm
- Forum: .NET
- Topic: Refresh delay with many TeeChart clients
- Replies: 1
- Views: 4832
Re: Refresh delay with many TeeChart clients
In post http://www.teechart.net/support/viewtop ... =4&t=14802 i attached application with which you can see the problem as is. You should add some plots to chart and after that press "Show in new window button". In new windiw change 1 Hz to 5 Hz and you'll be able to see the problem.
- Fri Mar 28, 2014 12:25 pm
- Forum: .NET
- Topic: axis labels and title overlaping for many vertical axes
- Replies: 13
- Views: 22939
Re: axis labels and title overlaping for many vertical axes
Hi Christopher! https://www.dropbox.com/s/lr2fbfz0ht31k0y/trunk.rar here you can find my project with test application. Here's the build order: 1. idl 2. DataController 3. PainterComponent 4. GrapherComponent 5. TRNGraph 6. InteropApp( c++ project, this is the test application ) try to run applicati...
- Fri Mar 28, 2014 9:13 am
- Forum: .NET
- Topic: Refresh delay with many TeeChart clients
- Replies: 1
- Views: 4832
Refresh delay with many TeeChart clients
Hi, In my application(realtime) a use to draw multiple series with teechart, and there's an ebility to export any series to the independent window, which is the same as the original, but contains only this series. I use Refresh() method every time i put new data to teechart. Increasing repainting fr...