Search found 1194 matches

by Marc
Mon Nov 24, 2003 9:26 am
Forum: .NET
Topic: Series Marks show improperly (axis range related)
Replies: 3
Views: 13936

Hello, Here's an interim workaround that you might like to use. It uses the Series GetSeriesMark event to suppress Marks outside of the Axis range. private void line1_GetSeriesMark(Steema.TeeChart.Styles.Series series, Steema.TeeChart.Styles.GetSeriesMarkEventArgs e) { if ((series.XValues[e.ValueInd...
by Marc
Sun Nov 23, 2003 11:38 pm
Forum: .NET
Topic: Series Marks show improperly (axis range related)
Replies: 3
Views: 13936

Hello,

Thanks for the information. This appears to be a bug, a fix will be included in the next maintenance release. If we see an interim workaround we'll post it here.

Best regards,
Marc Meumann
Steema Support
by Marc
Sun Nov 23, 2003 11:36 pm
Forum: .NET
Topic: Series Marks show improperly (axis range related)
Replies: 3
Views: 13936

Hello,

Thanks for the information. This appears to be a bug, a fix will be included in the next maintenance release. If we see an interim workaround we'll post it here.

Best regards,
Marc Meumann
Steema Support
by Marc
Sun Nov 23, 2003 11:28 pm
Forum: .NET
Topic: Is this possible - display an icon on chart?
Replies: 3
Views: 13704

Hello, You can use the TeeChart Draw method to render an image at any location. eg. private void tChart1_AfterDraw(object sender, Steema.TeeChart.Drawing.Graphics3D g) { tChart1.Graphics3D.Draw(new Rectangle(20,20,80,80),imageList1.Images[1]); } <br> The above code renders an image at a fixed locati...
by Marc
Thu Nov 20, 2003 7:06 pm
Forum: ActiveX
Topic: App can't get past call to Create() for the CTChart object
Replies: 2
Views: 12955

Hello, I assume from: "If those workstations run the code that was compiled on the licensed machine they have no such problem" ..that the teechart6.ocx file is installed and registered on both machines. Please check that though as really that is the only likely difference between an installation mad...
by Marc
Thu Nov 20, 2003 6:31 pm
Forum: ActiveX
Topic: Use of checkboxes in the legend
Replies: 1
Views: 9807

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: 23259

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: 26475

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: 13890

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...