Search found 17 matches
- Wed Nov 18, 2009 1:41 pm
- Forum: ActiveX
- Topic: Bug in PDF Export?
- Replies: 4
- Views: 9023
Re: Bug in PDF Export?
OK, thanks.
- Thu Nov 12, 2009 2:57 pm
- Forum: ActiveX
- Topic: Bug in PDF Export?
- Replies: 4
- Views: 9023
Re: Bug in PDF Export?
It appears that the TV52011519 issue, "line series with width>1 always turn out black in PDF", is not yet fixed in the latest release, but I was surprised to see that the TeeChartOffice.exe available for download from http://www.steema.com/products/teechart/office/overview.html does not have this pr...
- Wed Jun 20, 2007 8:07 am
- Forum: VCL
- Topic: How to get more than 1 axis label / mark
- Replies: 3
- Views: 7445
Example project files uploaded
Hi
An example file set has been uploaded
teechart_one_axis_label_problem.zip
We have added some hard coded data points to illustrate the problem.
Series1.AddXY (1, 1e-8);
Series1.AddXY (2, 1.001e-8);
Series1.AddXY (3, 1.002e-8);
Series1.AddXY (4, 1.001e-8);
Rgds
Peter
An example file set has been uploaded
teechart_one_axis_label_problem.zip
We have added some hard coded data points to illustrate the problem.
Series1.AddXY (1, 1e-8);
Series1.AddXY (2, 1.001e-8);
Series1.AddXY (3, 1.002e-8);
Series1.AddXY (4, 1.001e-8);
Rgds
Peter
- Tue Jun 19, 2007 2:39 pm
- Forum: VCL
- Topic: How to get more than 1 axis label / mark
- Replies: 3
- Views: 7445
How to get more than 1 axis label / mark
Hi I have a chart from one of our applications. We are having problems getting the settings for the chart top be able to display a sensible grid and number of labels / ticks for this data. Could you please indicate the settings we need to do this , we are aware we can add more decimal places but we ...
- Wed Mar 15, 2006 11:24 am
- Forum: VCL
- Topic: Log problems with bar chart
- Replies: 3
- Views: 7197
log display in bar
Hi
Yes that certainly looks like the issue
Peter
Yes that certainly looks like the issue
Peter
- Wed Mar 15, 2006 8:50 am
- Forum: VCL
- Topic: Log problems with bar chart
- Replies: 3
- Views: 7197
Log problems with bar chart
Hi
I have found an issue with log display using bars
we use numbers like 1 e -9, 1 e-10 etc
This display fine in a line or point chart but in a bar chart they are displayed incorrectly in log Y axis if the values are less than 1.
Peter
I have found an issue with log display using bars
we use numbers like 1 e -9, 1 e-10 etc
This display fine in a line or point chart but in a bar chart they are displayed incorrectly in log Y axis if the values are less than 1.
Peter
- Fri Mar 25, 2005 12:12 pm
- Forum: VCL
- Topic: Setting series line width
- Replies: 1
- Views: 9758
Setting series line width
Hi
Using the built in chart editor menus there doesn't appear to be a way to alter the width of a series eg for a line series ?
How would the user change this ?
Peter
Using the built in chart editor menus there doesn't appear to be a way to alter the width of a series eg for a line series ?
How would the user change this ?
Peter
- Thu Mar 10, 2005 10:01 am
- Forum: VCL
- Topic: Possible bug
- Replies: 1
- Views: 9524
Possible bug
Hi I have a simple piece example code to demonstrate this issue. I would to display a second form when the user double-clicks on the tree, unfortunately the form shows but does then then gain focus. As an example, the same code works for right-clicking on the tree, and also for double-clicking on th...
- Wed Feb 16, 2005 2:44 pm
- Forum: VCL
- Topic: Formatting Editor
- Replies: 3
- Views: 7727
Editor
In my case I want the user to be able to easily alter the Y axis parameters. Normally they launch the editor from the commander toolbar and navigate to the axis settings and change them. Then they have the usual ##00.xxx type delphi formatting. In the new features dem there is a dialogue that allows...
- Mon Feb 14, 2005 6:07 pm
- Forum: VCL
- Topic: Formatting Editor
- Replies: 3
- Views: 7727
Formatting Editor
Hi
I would like to use the new formatting editor in my project.
I can see how to use it say from a button on the toolbar of my own but is there a way to integrate it with the standard editor .
Rgds
Peter
I would like to use the new formatting editor in my project.
I can see how to use it say from a button on the toolbar of my own but is there a way to integrate it with the standard editor .
Rgds
Peter
- Sun Jan 30, 2005 9:48 pm
- Forum: VCL
- Topic: Poss Ttree image index bug
- Replies: 6
- Views: 20299
Poss Ttree image index bug
Hi I had to change the source code of teetree by dding the line shown below, because when I assign a image index to a tree node, the image is correctly assigned but the image index itself never changes and I need to know the image index later so I made a small change in their code (added line 6788)....
- Thu Dec 30, 2004 9:31 am
- Forum: VCL
- Topic: bar series width settings
- Replies: 6
- Views: 12998
fix
Hi
I found the problem was cured by setting the autobarwidth to true
Series.AutoBarSize := True;
Rgds
Peter
I found the problem was cured by setting the autobarwidth to true
Series.AutoBarSize := True;
Rgds
Peter
- Tue Dec 28, 2004 10:24 am
- Forum: VCL
- Topic: bar series width settings
- Replies: 6
- Views: 12998
bar width code
Hi This is the code used to create the chart procedure TStudy.Plot(Chart: TChart); var i : integer; Series: TBarSeries; begin Chart.SeriesList.Clear; Chart.ApplyZOrder := true; for i := count-1 downto 0 do begin Series := TBarSeries.Create (Chart); if count=1 then Series.Title := self.Title else Ser...
- Tue Dec 28, 2004 9:46 am
- Forum: VCL
- Topic: bar series width settings
- Replies: 6
- Views: 12998
- Mon Dec 27, 2004 6:33 pm
- Forum: VCL
- Topic: bar series width settings
- Replies: 6
- Views: 12998
bar series width settings
Hi Is it possible to set the width of a bar series automatically so that they don't overlap, if not how can the %BarWidth be calculated based on the zoom level or other parameter? Nominally I normally set this to 70% but in some cases bars are too wide when zoomed out and overlap. Rgds Peter [/img]