Search found 150 matches

by bertrod
Mon Feb 20, 2006 10:42 am
Forum: VCL
Topic: [Legend] Auto-repositionning when chart is resized ?
Replies: 8
Views: 11027

[Legend] Auto-repositionning when chart is resized ?

Hello,

I would like my legend (which has a custom position) to be repositionned correctly when the chart is resized.

I found this topic (see it here) about the subject, but i couldn't make this code work with Delphi.

Can you give me some help with this ?
by bertrod
Mon Feb 20, 2006 10:24 am
Forum: VCL
Topic: [DrawLines] How to delete one line ?
Replies: 4
Views: 8060

[DrawLines] How to delete one line ?

The question is the the subject : when I draw many lines with the drawlines tool, is it possible to delete juste one line ?
by bertrod
Fri Feb 17, 2006 11:30 am
Forum: VCL
Topic: [Editing TTreeNodeShape] 'Return' key to validate a new name
Replies: 2
Views: 9475

[Editing TTreeNodeShape] 'Return' key to validate a new name

Hello, I think the actual way of beeing able to put a 'Line Return' in the name of a TTreeNodeShape is not very intuitive. As a I user, I would think that pressing the 'Return' key while editing the name of a TTreeNodeShape will validate the new name, which is not the case. Is there a way to interce...
by bertrod
Fri Feb 17, 2006 8:50 am
Forum: VCL
Topic: [Zoom]CustomAxis doesn't adjust min and max
Replies: 5
Views: 11338

Thanks, it works fine now.

May I know what you didn't implement the zoom with the custom axes in TeeChart ?
by bertrod
Thu Feb 16, 2006 12:33 pm
Forum: VCL
Topic: [Zoom]CustomAxis doesn't adjust min and max
Replies: 5
Views: 11338

[Zoom]CustomAxis doesn't adjust min and max

Hello,

On my chart, I'm using the bottomaxis and 2 customaxis (left and right axis are set to visible := false).

When I'm using the Zoom tool, the series which are linked to the customaxis are zooming, and so is the bottomaxis, but the customaxis don't change their min and max. Why that ?
by bertrod
Thu Feb 16, 2006 12:18 pm
Forum: VCL
Topic: [Chart Legend] Change cursor when over the legend
Replies: 10
Views: 12085

Ok thanks. I will try to install the latest version.
by bertrod
Wed Feb 15, 2006 2:06 pm
Forum: VCL
Topic: [Chart Legend] Change cursor when over the legend
Replies: 10
Views: 12085

I have the 7.04 version.

Can I be sure that upgrading my current version won't cause problems with the current code :?:
by bertrod
Wed Feb 15, 2006 1:16 pm
Forum: VCL
Topic: [Chart Legend] Change cursor when over the legend
Replies: 10
Views: 12085

I have TeeChart Pro v7 , i can't find the exact version number.

I noticed that this "jerky" dragging happens when I'm using a cursor which is not the default one. It happens only for annotations.

Is the annotation moving fluently in your version ?
by bertrod
Wed Feb 15, 2006 12:02 pm
Forum: VCL
Topic: [Chart Legend] Change cursor when over the legend
Replies: 10
Views: 12085

I have the version 3.0 of TeeChartOffice. 1. Create an annotation 2. Move it somewhere 3. Dbl-click on it to edit it 4. Change the cursor to Handpoint 5. Now click on the left of the annotation, and move it to the right In my version, the annotation is moved only the mouse pointer is leaving the sha...
by bertrod
Wed Feb 15, 2006 11:04 am
Forum: VCL
Topic: [Chart Legend] Change cursor when over the legend
Replies: 10
Views: 12085

Thanks. I have also a problem with the annotations : if I change the annotation's cursor, the dragging action is not fluently anymore. You can see this in the ChartOffice program : if you create an annotation and then change its cursor to handpoing, you'll see that there are little problems when you...
by bertrod
Wed Feb 15, 2006 9:31 am
Forum: VCL
Topic: [Chart Legend] Change cursor when over the legend
Replies: 10
Views: 12085

[Chart Legend] Change cursor when over the legend

Hello,

Is it possible to change the cursor when the mouse is floating over the legend, like with the axis and series ? I can't find any cursor property in the legend class.
by bertrod
Mon Feb 13, 2006 4:34 pm
Forum: VCL
Topic: How to find the axis on which the selector is ?
Replies: 4
Views: 6493

Thank you :wink:
by bertrod
Fri Feb 10, 2006 12:28 pm
Forum: VCL
Topic: How to find the axis on which the selector is ?
Replies: 4
Views: 6493

On my chart, I'm trying to manage the double-click on different things : procedure myChart.dblClick(Sender: TObject); begin if assigned(selector.annotation) then doDblClickWithAnnotation ; if assigned(selector.series) then doDblClickWithSeries ; end ; But there is nothing for the axis, like : if ass...
by bertrod
Fri Feb 10, 2006 11:06 am
Forum: VCL
Topic: How to find the axis on which the selector is ?
Replies: 4
Views: 6493

How to find the axis on which the selector is ?

Hello, I see in the properties of the selector that it is possible to get the Annotation or the series which is selected, but there is no "axis" properties. How can I know the axis selected ? (I should precise that some axis of my chart have more than one Series, that's why i can't use the Series pr...
by bertrod
Mon Jan 30, 2006 8:27 am
Forum: VCL
Topic: [TChart] Customize TEditCha form ?
Replies: 1
Views: 4605

[TChart] Customize TEditCha form ?

Hello, In the TEditCha form (the one that let us customize all the properties of the charts, with many tabs and subtabs), I would like to know if it is possible to remove some of the properties. I could change few things in the TEditCha.pas file, but I can't find how to add or remove properties on t...