Search found 150 matches

by bertrod
Tue Mar 13, 2007 4:26 pm
Forum: VCL
Topic: [Print Preview] Change zoom ? (100%, Page Width, etc.)
Replies: 2
Views: 6312

[Print Preview] Change zoom ? (100%, Page Width, etc.)

Hello,

Is it possible to change manually the TTeePreviewPanel to show the chart at different zoom levels, like you can see in other Softwares ? What about : zoom at 100%, Page Width, Page Fit, and so on ?
by bertrod
Mon Feb 19, 2007 3:08 pm
Forum: VCL
Topic: Using HTML in TAnnotation
Replies: 1
Views: 4398

Using HTML in TAnnotation

Hello, I noticed that it could be possible to use HTML in annotations by simply changing the TextOut() in the TAnnotationTool.DrawText function. It uses the TeeHTML parser and it can be quite useful sometimes. So I was just wondering why you did not allow this possibility by default. Can it run to s...
by bertrod
Wed Jan 10, 2007 1:54 pm
Forum: VCL
Topic: [Need advice] Incrusting a TChart on another TChart...
Replies: 3
Views: 6043

Hi Narcis, - putting one chart above a bigger one is a problem because the little chart will not be visible when exporting as GIF, JPEG, etc. - using a TImageTool is the best solution I see, but it involves some modifications in TeeTools.pas to make the TChartImageTool do what I want. Do you have an...
by bertrod
Tue Jan 09, 2007 2:53 pm
Forum: VCL
Topic: left axes
Replies: 4
Views: 8272

I'm working a lot with customaxes, maybe I can help you; but i'm not sure i understand your problem well. Can you put an image showing the problem ?
by bertrod
Tue Jan 09, 2007 2:49 pm
Forum: VCL
Topic: [Need advice] Incrusting a TChart on another TChart...
Replies: 3
Views: 6043

[Need advice] Incrusting a TChart on another TChart...

Hello, For my customers it's a need to be able to view a chart over another one like my example below : http://www.fcsion4ever.com/temp/incrustation.jpg I'm thinking about 2 possibilities : 1. Adding a TChart component on the main TChart, but the problem is to be able to save the image as GIF, JPEG,...
by bertrod
Wed Dec 13, 2006 9:24 am
Forum: VCL
Topic: [CursorTool] Problem when axis.startposition > 0
Replies: 1
Views: 4198

[CursorTool] Problem when axis.startposition > 0

Hello, I noticed a strange behaviour : 1. I reduce a vertical axis by setting its startPosition to 50 2. I add the "Axis Arrows" tool and move the serie to the top of the chart, meaning the serie is upper than the top of the axis 3. I add a cursorTool linked to this serie, with the property Snap = t...
by bertrod
Tue Dec 12, 2006 3:04 pm
Forum: VCL
Topic: [Bug report] "Crazy" cursor tool
Replies: 4
Views: 10681

Hi Steve,

Thanks for your explanation. I think you're right, I can see the source of the problem now. It's also a good idea to use 2 cursors, but I guess I will keep my little correction :wink:
by bertrod
Tue Dec 12, 2006 12:23 pm
Forum: VCL
Topic: [Bug report] "Crazy" cursor tool
Replies: 4
Views: 10681

Pep wrote:do you have a code with which I can reproduce the problem here ?
No, as it's not a code that produce the bug. I opened a series with Y Values between 10k and 70k and I was using the TCursorTool.
by bertrod
Wed Dec 06, 2006 1:40 pm
Forum: VCL
Topic: [Bug report] "Crazy" cursor tool
Replies: 4
Views: 10681

[Bug report] "Crazy" cursor tool

Hello, I've had a problem with the cursortool using fastlineseries with very large values. When I was moving the CursorTool (cssBoth style), it was jumping everywhere. The problem is in the function TCursorTool.NearestPoint() : tmpDif:=Sqrt(Sqr(IXValue-XValues.Value[t])+Sqr(IYValue-YValues.Value[t])...
by bertrod
Mon Dec 04, 2006 12:26 pm
Forum: VCL
Topic: [Annotation Shadow] 2 problems
Replies: 1
Views: 4025

[Annotation Shadow] 2 problems

Hello, Problem #1 1. Create an annotation 2. Set the AnnotationTool.Shape.Shadow.Size to 3 (to view the shadow) 3. Set the AnnotationTool.Shape.Shapestyle to fosRoundRectangle => the shadow disappear if the AnnotationTool.Shape.Transparency = 0 (if the transparency is different than 0, then the shad...
by bertrod
Mon Dec 04, 2006 12:12 pm
Forum: VCL
Topic: [Axis Title] Set vertical position ?
Replies: 3
Views: 6038

Thanks for the answer. Do you think you will implement this in future releases ? I think it's a very interesting feature to be able to choose the title vertical position.
by bertrod
Tue Nov 28, 2006 3:33 pm
Forum: VCL
Topic: [TAnnotationTool Callout] Color problem
Replies: 3
Views: 5906

Hi bertrod, No, the problem still persists. I've added it (TV52011936) to our defect list to be fixed for future releases. Thanks for your answer. When the new release is... released, do you put a list of all bug numbers which have been fixed ? This could be useful for us to quickly check which bug...
by bertrod
Tue Nov 28, 2006 3:32 pm
Forum: VCL
Topic: [Axis Title] Set vertical position ?
Replies: 3
Views: 6038

[Axis Title] Set vertical position ?

Hello,

Is it possible to change the vertical axes' title position ? I would like to show the titles on the top of the axes and not the middle as it is now...
by bertrod
Tue Nov 28, 2006 3:12 pm
Forum: VCL
Topic: [TAnnotationTool Callout] Color problem
Replies: 3
Views: 5906

[TAnnotationTool Callout] Color problem

Hello, On a software I'm using TChart 7.04 and I have a problem with the callout of the TAnnotations : if I change the color of the callout to orange and the style of the line (Dash), I still see black lines between my orange line (see picture below). I would like to know if this bug is corrected in...
by bertrod
Mon Nov 27, 2006 3:44 pm
Forum: VCL
Topic: [TCursorTool] Invisible when superimposed
Replies: 2
Views: 5185

Ok thanks, I could deal with my problem with your suggestion.