Hi,
I have set the separation property to 0, but it has no effect. (See code in my previous post)
Are there any other properties that have to be set?
Kind regards,
Erwin
Search found 4 matches
- Tue Dec 13, 2005 8:31 am
- Forum: .NET
- Topic: DateTime Increment : Possible to force increment setting ?
- Replies: 3
- Views: 5466
- Tue Dec 13, 2005 8:05 am
- Forum: .NET
- Topic: Export to image. Resolution of image too low.
- Replies: 9
- Views: 14553
Hi, I have tested the settings you suggested but there was no improvement found on resolution of the exported image. The problem is not the quality of the chart. It's the quality of the exported image who's resolution is too low. I did following tests : * I exported the image to JPEG and EMF file, o...
- Fri Dec 09, 2005 11:02 am
- Forum: .NET
- Topic: DateTime Increment : Possible to force increment setting ?
- Replies: 3
- Views: 5466
DateTime Increment : Possible to force increment setting ?
Hi, I have a problem with the datetime increment setting. When setting the increment to "OneDay", the chart will automaticly change the increment to "OneWeek" when displaying the chart due to the fact that TeeChart avoids label overlapping. See help text : " When changing axis label frequency, bear ...
- Thu Dec 08, 2005 7:19 am
- Forum: .NET
- Topic: Export to image. Resolution of image too low.
- Replies: 9
- Views: 14553
Export to image. Resolution of image too low.
Dear Sir/Madam, When exporting the TChart to JPEG (Quality = 100), TIF, WMF, ... we noticed that the image resolution was not high enough. Our code : Steema.TeeChart.Export.JPEGFormat jPEG; jPEG = tChart2.Export.Image.JPEG; jPEG.Height = tChart1.Height; jPEG.Width = tChart1.Width; jPEG.Quality =100;...