Search found 9533 matches

by Yeray
Mon May 05, 2008 11:39 am
Forum: ActiveX
Topic: colorlinetool cursor does not change back
Replies: 4
Views: 6799

Hi hantom,

Thank you for reporting those issues, we could reproduce it too and added to the wish list (TA05013030). Here, mouse cursor doesn't seem to be updated until you are still in a bar.
by Yeray
Mon May 05, 2008 11:11 am
Forum: ActiveX
Topic: onmouseleaveseries event bug?
Replies: 5
Views: 7057

Hi Excuse us, we haven't understood your problem. Now we reproduced the issue here and added it to the wish list to be fixed in further releases (TV52013029). It seems that when you have a bar series with BarwidthPercent at 100, and bottom axis minimum and maximum different from their defaults, Mous...
by Yeray
Mon May 05, 2008 9:17 am
Forum: ActiveX
Topic: Stack Bar Graph
Replies: 1
Views: 3940

Hi DJ200, You can add series to your chart simply doing something like this: TChart1.AddSeries scBar And to set the bars as stacked: TChart1.Series(1).asBar.MultiBar = mbStacked From here, I recommend you to take a look at the demos that come with teechart installation. Concretely you may be interes...
by Yeray
Mon May 05, 2008 8:54 am
Forum: ActiveX
Topic: Legend box positioning
Replies: 6
Views: 9351

Hi Matt, Yes, legend box is sized based on the width of the text elements. So, if you want to have the legend always at the same distance of the right of the chart, I recommend you to use them to obtain legend's width. And then, you could set legend's left property to move it. Something like this: P...
by Yeray
Fri May 02, 2008 10:10 am
Forum: VCL
Topic: TeeRecompile using non-tee units
Replies: 4
Views: 6372

Hi Michael, If you want to use a dcu generated externally you will have to copy it to delphi's lib folder. I've tried it here and it worked for me. The problem is that TeeRecompile deletes everything in the "compiled" folder in order to avoid conflicts and that's why he can't find the dcus placed th...
by Yeray
Fri May 02, 2008 9:24 am
Forum: VCL
Topic: THighLowSeries Labels
Replies: 2
Views: 5142

Hi jhhd, I've been able to reproduce the problem and I've added it to the wish list (TV52013025) lo be fixed in further releases. In the meanwhile, you could force updating the labels with Series1->Labels->Labels as follows: void __fastcall TForm1::Button1Click(TObject *Sender) { String mylabel; for...
by Yeray
Fri May 02, 2008 9:09 am
Forum: ActiveX
Topic: GetAsLine() -> Invalid Type Cast
Replies: 7
Views: 9962

Hi John, We think that probably the teechart wrapper classes that your project is trying to use are not up to date. So I recommend you to regenerate them. Here are the steps you should follow: - create a new dialog based project in mfc - From the VC++ v6 IDE select "Project":"Add to project":"Compon...
by Yeray
Fri May 02, 2008 8:24 am
Forum: ActiveX
Topic: Multiple Instancing of Internet Explorer
Replies: 21
Views: 26014

Hi rama,

As you say, this should be solved. Please, in order to discover what's happening, could you send us a simple example project we can run "as-is" to reproduce the problem here?

You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page.
by Yeray
Fri May 02, 2008 8:00 am
Forum: ActiveX
Topic: Legend box positioning
Replies: 6
Views: 9351

Hi Matt,

These properties give you the four legend corners:

Code: Select all

TChart1.Legend.ShapeBounds.Left
TChart1.Legend.ShapeBounds.Top
TChart1.Legend.ShapeBounds.Right
TChart1.Legend.ShapeBounds.Bottom
by Yeray
Tue Apr 29, 2008 8:11 am
Forum: ActiveX
Topic: custom Legend-like box
Replies: 1
Views: 3758

Hi adenin, It's strange, you should be able to use more than one annotation tool in the same chart. Here you have an example of how you could use several annotation tools and several rectangle tools aligned with the legend. Private Sub Form_Load() Dim i As Integer TChart1.AddSeries scLine TChart1.Se...
by Yeray
Tue Apr 29, 2008 7:42 am
Forum: ActiveX
Topic: Constant Y Value, large number of points
Replies: 4
Views: 8183

Hi nbp,

I'm glad to read that you solved it!
by Yeray
Mon Apr 28, 2008 9:06 am
Forum: VCL
Topic: Checking count of items in series after zoom
Replies: 3
Views: 5142

Hi guzial, Yes, there seems to be a bug for Gantt series because VisibleCount doesn't seem to return the correct value. I've added it to the wish list to be fixed in further releases (TV52013013). But here you have a workaround that works fine for me here: procedure TForm1.Chart1Zoom(Sender: TObject...
by Yeray
Mon Apr 28, 2008 8:20 am
Forum: ActiveX
Topic: Constant Y Value, large number of points
Replies: 4
Views: 8183

Hi nbp, I haven't been able to reproduce the problem here with v8.0.0.3. Please, could you send us a simple example project we can run "as-is" to reproduce it here? You can either post your files at news://www.steema.net/steema.public.attachments newsgroup or at our upload page . And also, could you...
by Yeray
Mon Apr 21, 2008 11:14 am
Forum: VCL
Topic: Teechart 8 Pro and IntraWeb?
Replies: 12
Views: 17091

Hi Claus, Modifying a few lines from your project, according to my environment, it worked fine for me. And the error you get "Unit IWCompTeeChart was compiled with a different version" makes me think that you suffer some search path conflict. Please, ensure that the search path from where you instal...
by Yeray
Mon Apr 21, 2008 7:56 am
Forum: VCL
Topic: Teechart 8 Pro and IntraWeb?
Replies: 12
Views: 17091

Hi Claus,

Thank you for the project, but I think you got confused and sent us the wrong project. I only can see a QuickReport and a TQR in the form.

Could you please send it again?