Search found 12 matches
- Mon Mar 30, 2009 2:30 pm
- Forum: VCL
- Topic: TchartAxis labels
- Replies: 5
- Views: 9518
Hi, yes, I see now. Already added on our defect list. We'll try to fix them for the next releases. Thanks for the report. I use the Teechart 8.02, I still meet this problem, when I make the chart small, the 0 value is displayed as 0.00E+00, but I make the chart large or full screen, the 0 value is ...
- Sat Mar 01, 2008 7:21 am
- Forum: VCL
- Topic: Filled problem of contour
- Replies: 7
- Views: 11414
Hi steven, No, v8.01 is the current version and the issue is still present on that version. I recommend you to be aware at this forum for new release announcements and what's being fixed/implemented on them. You can also subscribe to the RSS feed at our home page. Narcís,HI I have found the lastest...
- Tue Nov 06, 2007 9:53 am
- Forum: VCL
- Topic: Filled problem of contour
- Replies: 7
- Views: 11414
- Wed Oct 31, 2007 3:30 pm
- Forum: VCL
- Topic: Filled problem of contour
- Replies: 7
- Views: 11414
Hi steven, You can send your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page . It would also help if you sent a simple example project we can run "as-is" to reproduce the problem here. Thanks in advance. I have uploaded my file to Upload page, the filename i...
- Mon Oct 29, 2007 12:32 pm
- Forum: VCL
- Topic: Filled problem of contour
- Replies: 7
- Views: 11414
Filled problem of contour
When I draw my contour with filled, I find that the filling does not exactly match the contour lines. Why?
How do I upload my picture?[/img]
How do I upload my picture?[/img]
- Mon Jul 30, 2007 4:14 am
- Forum: VCL
- Topic: How to draw the contour?
- Replies: 8
- Views: 24276
- Mon Jul 30, 2007 4:05 am
- Forum: VCL
- Topic: How to draw the contour?
- Replies: 8
- Views: 24276
For contour series you need 2d regular or irregular grid data. This is why you need two y=y(x,z) variables i.e. two for loops to populate the series. In case your data is not arranged as grid data, you'll first have to create grid data and then pass it to series using: for i := 0 to NumCellsGridX -...
- Sun Jul 29, 2007 2:58 pm
- Forum: VCL
- Topic: How to draw the contour?
- Replies: 8
- Views: 24276
- Sun Jul 29, 2007 7:25 am
- Forum: VCL
- Topic: How to draw the contour?
- Replies: 8
- Views: 24276
How to draw the contour?
HI I have three arrays---Long, Lati, and Temperatuer. I want to contouer on the Temperatuer. I have done these code: ContourSeries: TContourSeries; . . . With ContourSeries do begin Clear; for i:=0 to 50 do AddXYZ( Long ,Temp ,Lati , '', clTeeColor); end; It doesn't work, anything wrong? Please help...
- Sat Jan 13, 2007 6:28 am
- Forum: VCL
- Topic: How to Add points to a map and where do i get the map
- Replies: 1
- Views: 4660
How to Add points to a map and where do i get the map
HI,
I want drawing some point with the logitude and latitude to the map.
1)Do I insert the TPointSeries to add these points ?
2)Where do I get the map file, and what format do the Teechart support,Could you introduce some company let me get the map?
thanks
I want drawing some point with the logitude and latitude to the map.
1)Do I insert the TPointSeries to add these points ?
2)Where do I get the map file, and what format do the Teechart support,Could you introduce some company let me get the map?
thanks
- Fri Dec 10, 2004 3:21 pm
- Forum: VCL
- Topic: One bug in TCCIFunction
- Replies: 2
- Views: 6427
- Thu Nov 18, 2004 5:34 pm
- Forum: VCL
- Topic: One bug in TCCIFunction
- Replies: 2
- Views: 6427
One bug in TCCIFunction
I create one chart with two lines , one the TCandleSeries , the other is TLineSeries and it's functin is TCCIFunction and the parents series is TCandleSeries . Set the period of TCCIFunction to 14,others is default. and I do Series1.FillSampleValues(100);I find that the last 14 points of TCCIFunctio...