Search found 9535 matches

by Yeray
Mon Feb 23, 2009 4:16 pm
Forum: VCL
Topic: Upgrade from 8.02 to 8.04
Replies: 10
Views: 9135

Hi Reinhard, I think you still could have old confusing references at your delphi's search path, library path and/or assembly path. Have you revised them? The project you sent to us shows win32 at teechart's about that makes me think that this is not a vcl.net project. Do you create the project thro...
by Yeray
Mon Feb 23, 2009 2:55 pm
Forum: VCL
Topic: Upgrade from 8.02 to 8.04
Replies: 10
Views: 9135

Hi Reinhard,

The only thing I can recommend for now is to create your series at runtime and disable any user access to the series' gallery if enabled.
by Yeray
Mon Feb 23, 2009 2:51 pm
Forum: VCL
Topic: Easy question: 2 charts and text with 7.12 Steema Pro
Replies: 5
Views: 10526

Hi dunion, We've been doing some tests and finally I can suggest you two ways depending on where exactly you want to draw your text. 1) Draw your text in the chart area using ChartPreviewer. Note that in this way, you won't be able to draw your text in the paper zone where there isn't any chart but ...
by Yeray
Mon Feb 23, 2009 11:45 am
Forum: ActiveX
Topic: MinVisibleSeriesValue & MaxVisibleSeriesValue
Replies: 1
Views: 4290

Hi nbp, Maybe you don't need the MinVisibleSeriesValue method. You could try with the following: TChart1.Series(0).YValues.Minimum TChart1.Series(0).YValues.Maximum If this doesn't work either, please, could you send us a simple example project we can run "as-is" to reproduce the problem here? You c...
by Yeray
Mon Feb 23, 2009 10:49 am
Forum: ActiveX
Topic: Series Points
Replies: 1
Views: 4230

Hi nbp,

Yes, you should do somethink like this:

Code: Select all

TChart1.Series(0).asLine.Pointer.Visible = True
by Yeray
Mon Feb 23, 2009 10:43 am
Forum: VCL
Topic: nulls and colour of pints on tlineseries
Replies: 2
Views: 6447

Hi seanmurphy, How can I test in the getpointerstyle method if an x,y point s null. Something like if chart[series_no].isnull[valueindex] ?? Yes, there is the method IsNull(ValueIndex) for series that returns a boolean. ongetpointerstye behaves of valueindex does not count null data Yes, OnGetPointe...
by Yeray
Mon Feb 23, 2009 10:28 am
Forum: VCL
Topic: Unit TeeStore was compiled with a different version of ...
Replies: 1
Views: 2972

Hi JLaw,

Changing the library path priority could be another less radical solution but anyway it's nice to see you relaxed again :wink:
by Yeray
Mon Feb 23, 2009 10:21 am
Forum: VCL
Topic: Extra legend tool position
Replies: 11
Views: 12575

Hi stsl, How is it possible to position correctly the Extra legend tool when the window is resized ? How is it possible to modify the width of this Extra legend and to add a right margin (actually equal to 0) ?. I would like to have the same width like the normal legend. I'd like to recommend you so...
by Yeray
Fri Feb 20, 2009 4:12 pm
Forum: ActiveX
Topic: Unable to add datapoints to scVolume series when scCandle
Replies: 3
Views: 5018

Hi user,

Well here there is a MACD example.

And you can also take a look at the Tutorial 7 - Working with Functions.

But if you still find problems with it, don't hesitate to ask about it here.
by Yeray
Fri Feb 20, 2009 3:58 pm
Forum: VCL
Topic: multiple legend
Replies: 15
Views: 20065

Hi stsl,

I'm pleased to be helpful.
by Yeray
Fri Feb 20, 2009 3:39 pm
Forum: VCL
Topic: multiple legend
Replies: 15
Views: 20065

Hi stsl, In my sample I used multiple legends, but with extralegend tool it looks more simple because you can access to legend positions when you want because it's not re-written. So we won't need OnBeforeDraw, OnAfterDraw and OnGetLegendRect events. In your project, the legend works fine for me all...
by Yeray
Fri Feb 20, 2009 12:24 pm
Forum: ActiveX
Topic: Unable to add datapoints to scVolume series when scCandle
Replies: 3
Views: 5018

Hi user, The problem is that you are adding 3 points with low x values (0, 1 and 2) and then three more with high x values (dates). Adding points with a date as x, you are forcing the bottom axis to set a scale in datetimes. And the values you enter as 0, 1 and 2 correspond to the dates 30/12/1899, ...
by Yeray
Fri Feb 20, 2009 11:10 am
Forum: VCL
Topic: multiple legend
Replies: 15
Views: 20065

Hi stsl, I've made some changes to the example to be mora adaptable to different chart sizes. var Form1: TForm1; CheckBoxesSeparation, CheckBoxesSize, FirstItemTopLegend1, Leged2Top, CheckBoxesLeftMargin, CheckBoxesTopMargin: Integer; implementation uses Types; {$R *.dfm} procedure TForm1.FormCreate...
by Yeray
Fri Feb 20, 2009 10:28 am
Forum: VCL
Topic: Upgrade from 8.02 to 8.04
Replies: 10
Views: 9135

Hi Reinhard, Yes, you are right. It seems that there is a problem with the series gallery window that don't allow you to add series at designtime. I've added it to the wish list as a high priority (TV52013884) to be fixed as soon as possible. On the other hand, please, could you verify and delete th...
by Yeray
Fri Feb 20, 2009 9:23 am
Forum: VCL
Topic: OnMouseEnter event for chart
Replies: 3
Views: 4679

Hi Arthur, In fact, the issue regarding OnEnter and OnExit (TV52011492) is closed. We decided that's not a bug. Simply, the chart needs the focus to fire those events. On the other hand, there is the OnMouseEnter and OnMouseExit request (TV52011903) in the wish list. But I'm afraid I can't give you ...