Search found 1204 matches

by Marc
Thu Nov 20, 2003 6:31 pm
Forum: ActiveX
Topic: Use of checkboxes in the legend
Replies: 1
Views: 9881

Hello,


...to enable/disable Series in the Chart via code?

That would be:
<pre>
TChart1.Series(xx).Active= True/False
</pre>
Where xx is the Series Index

Best regards,
Marc Meumann
Steema Support
by Marc
Thu Nov 20, 2003 6:28 pm
Forum: ActiveX
Topic: OCX in web pages
Replies: 7
Views: 23383

Hello Øyvind, The TeeChart ocx on the webform works like an <object> on a conventional web page. It should call a script (another asp/aspx file) to create the contents that will be exported to the Chart on the browser, a native tee template as a stream. Eg. The WebForm.aspx page will contain an even...
by Marc
Wed Nov 19, 2003 3:10 pm
Forum: ActiveX
Topic: Time axis the same for several charts
Replies: 9
Views: 26621

Hello, One option would be to fix the Legend width eg. Combine the following with the code sent by Josep Lluis. <pre> With TChart1 .Legend.ColumnWidthAuto = False .Legend.ColumnWidths(0) = 50 End With With TChart2 .Legend.ColumnWidthAuto = False .Legend.ColumnWidths(0) = 50 End With </pre> If you ar...
by Marc
Fri Oct 24, 2003 5:02 pm
Forum: VCL
Topic: TeeTree, web pages and C++-Builder
Replies: 2
Views: 13987

TeeTree and BCB6

Hello Joerg, Welcome to the support platform. It's not actually up and running yet so thanks for proving that it's accessible and useable! :) we expect to make the support site live very soon after finalising tests. Re. TeeTree You comments are noted. There have been problems with some aspects of Te...