Search found 43 matches
- Mon Oct 13, 2008 8:44 am
- Forum: VCL
- Topic: Show dragmarks in Bar Chart
- Replies: 1
- Views: 4534
Show dragmarks in Bar Chart
Dear TeeChart-Supports, We faced up to a issues about show dragmarks in Bar Chart as below: 1. Before refresh chart, we backup all dragmarks(width, height, arrow from position) 2. After refresh chart, we restore these previous dragmarks as below: with DragMarkInfo.Series.Marks.Positions.Position[Pos...
- Tue Sep 16, 2008 5:00 am
- Forum: VCL
- Topic: Nearest tool leaves trails after exporting chart to PDF
- Replies: 3
- Views: 7260
- Tue Sep 09, 2008 3:10 pm
- Forum: VCL
- Topic: Nearest tool leaves trails after exporting chart to PDF
- Replies: 3
- Views: 7260
Nearest tool leaves trails after exporting chart to PDF
Hi Narcís, After applied your solution in http://www.teechart.net/support/viewtopic.php?t=5345&highlight= we have a side defect: Nearest tool leaves many trails after exporting the chart to PDF file. To reproduce this defect, you just need a chart with 1 series and 1 nearest tool. The nearest tool i...
- Tue Sep 09, 2008 12:02 pm
- Forum: VCL
- Topic: Super slow down after zoom
- Replies: 4
- Views: 8305
- Thu Sep 04, 2008 1:06 pm
- Forum: VCL
- Topic: Super slow down after zoom
- Replies: 4
- Views: 8305
- Mon Sep 01, 2008 9:40 am
- Forum: VCL
- Topic: Super slow down after zoom
- Replies: 4
- Views: 8305
Super slow down after zoom
Hi support, I'm facing a big trouble with teechart pro 7.12 : The performance is VERY slow after I've zoomed in chart (seem to with some special values). I uploaded a example to your upload page: TeeChart Bug - Weird slow down.zip. Received TeeChart Bug - Weird slow down.zip Content Type application...
- Thu Aug 28, 2008 6:23 am
- Forum: VCL
- Topic: Bar chart zoom for the fisrt panning
- Replies: 1
- Views: 4514
Bar chart zoom for the fisrt panning
I faced issue with bar chart and need your support. When user performs panning action, the bar series size is little changed. You can reproduce this behavior by TeeChart Pro 7 Demo: - Choose AllFeatures tab/Chart Styles/Standard/Bar - Right click on bar chart series and do panning. Maximum of left a...
- Tue Jul 15, 2008 6:26 am
- Forum: VCL
- Topic: Drag mark doesn't follow the mouse pointer during a panning
- Replies: 6
- Views: 10958
Thanks Narcis, After modifying a bit: procedure TTeeChartExample.UpdateMarks; var i: Integer; begin if ((X1<>-1) and (Y1<>-1)) then begin TeeChart1.Draw(); TeeChart1[0].Marks.Arrow.Visible:=true; for i:=0 to TeeChart1[0].Count-1 do begin With TeeChart1[0].Marks.Positions.Position[i] do If Custom = T...
- Mon Jul 14, 2008 11:19 am
- Forum: VCL
- Topic: Drag mark doesn't follow the mouse pointer during a panning
- Replies: 6
- Views: 10958
Hi Narcis, With this code, we can set the drag mark following the mouse pointer during panning, zooming and reset drag mark position after panning by clearing all marks position. procedure TTeeChartExample.UpdateMarks; var i: Integer; begin {Chart1.Draw(); for i:=0 to Chart1.Series[0].Count-1 do beg...
- Mon Jul 14, 2008 9:05 am
- Forum: VCL
- Topic: Drag mark doesn't follow the mouse pointer during a panning
- Replies: 6
- Views: 10958
- Fri Jul 11, 2008 9:12 am
- Forum: VCL
- Topic: Drag mark doesn't follow the mouse pointer during a panning
- Replies: 6
- Views: 10958
Drag mark doesn't follow the mouse pointer during a panning
Hi Steema support,
We have a trouble with drag mark when it doesn't follow the chart during a panning.
Please see more detail in images that we uploaded on your upload page.
There are two images: [Dragmark.jpg] and [Dragmark_Defect.jpg] with user is SiA.
Thanks and best regards.
We have a trouble with drag mark when it doesn't follow the chart during a panning.
Please see more detail in images that we uploaded on your upload page.
There are two images: [Dragmark.jpg] and [Dragmark_Defect.jpg] with user is SiA.
Thanks and best regards.
- Mon Jun 23, 2008 9:16 am
- Forum: VCL
- Topic: BottomAxis.Title is placed over the graph instead of below.
- Replies: 5
- Views: 9299
- Fri Jun 20, 2008 8:11 am
- Forum: VCL
- Topic: BottomAxis.Title is placed over the graph instead of below.
- Replies: 5
- Views: 9299
Hi Narcis, I created a demo by your Tee7New.exe demo and capture some pictures for your view. I've updated 2 pictures on your upload page ( name: thanh, email: lquocthanh@yahoo.com) and file names are [XTitle_Defect.JPG] and [XTitle_Normal.JPG] corresponding. Please check and give us your feed back....
- Thu Jun 19, 2008 5:11 am
- Forum: VCL
- Topic: Bottom axis labels
- Replies: 24
- Views: 34902
Hi SiA, I could reproduce the issue here. I'll add it to the defect list to be fixed for future releases. Anyway, in v8 you can do this: Chart1.Axes.Right.SetMinMax(Series2.YValues.MinValue, Series2.YValues.MaxValue); Hi Narcís, Thanks for this information. We decided not to upgrade to 8.03 right n...
- Wed Jun 18, 2008 1:06 pm
- Forum: VCL
- Topic: Bottom axis labels
- Replies: 24
- Views: 34902
Hi Narcís, Sorry for this triple post, but I have an pressure from the customer. Could you please answer quickly the question I asked in previous post? Is there anyway to get those values in v7.12? Your answer will help to speed up the evaluation process. Please don't forget explain the different be...