Search found 8 matches

by miked
Sun Aug 22, 2004 9:41 pm
Forum: ActiveX
Topic: Fastest Way to Load data for Surface
Replies: 1
Views: 4816

Fastest Way to Load data for Surface

Is it faster to load and present data by using the AddXYZ or AddArrayXYZ? I am currently using AddXYZ and it takes a while to render. If it's Faster to use AddArrayXYZ, do the x&z-array's need just enough data for each point along the x&z's-axis of the chart or does it need an element for each Y dat...
by miked
Sun Apr 25, 2004 4:10 pm
Forum: ActiveX
Topic: 3D Charts and Irregular data
Replies: 1
Views: 5832

3D Charts and Irregular data

Our 3D charting environment must be able to handle irregular data. We are using the latest tChart in 3D using surface and tower series and are recieving access violations popups (which should be left to the developer to determine whether it's displayed and how it's handled) and from what we are able...
by miked
Thu Mar 04, 2004 3:27 pm
Forum: ActiveX
Topic: Cancel email error when using export to email
Replies: 3
Views: 9040

Maybe in a future version there would be an error event handler that we could "Cancel" and customize our own alerts displayed to the customer.

mike
by miked
Wed Mar 03, 2004 6:02 pm
Forum: ActiveX
Topic: Cancel email error when using export to email
Replies: 3
Views: 9040

Cancel email error when using export to email

Hello, I am using TChart.Export.ShowExport to display the export dialog. After selecting the picture format I click send. A new outlook email is created with the picture attached - so far - so good. Now if I close the the new outlook email I get an error: Can not email TeeChart. Mapi Error: 1. This ...
by miked
Wed Feb 11, 2004 4:28 am
Forum: ActiveX
Topic: Surface 3D Series and datetime x Axis
Replies: 2
Views: 8299

Works good now , thanks!
by miked
Thu Feb 05, 2004 2:25 am
Forum: ActiveX
Topic: Surface 3D Series and datetime x Axis
Replies: 2
Views: 8299

Surface 3D Series and datetime x Axis

I am having difficulties getting any 3d surface or tower series to correctly display when passing the x value as a datetime . I replicated it in the VB ActivesX (Surface 3D) sample by modifing the first sub as such: Private Sub FillSurface() ' fill surface with sample values... TChart1.Series(0).Cle...
by miked
Tue Jan 27, 2004 5:03 am
Forum: ActiveX
Topic: Set width of point
Replies: 3
Views: 10672

Decided to use Gantt series

Christopher, I decided to use the Gantt Series beacuse it has start and end datetime to easily plot the width. However I have found the Marks:Arrow Lengths Property do not appear to be working for the Gantt Series. I would like to be able to move Mark Text off of the Gantt Bar like you can with a li...
by miked
Tue Jan 20, 2004 8:08 pm
Forum: ActiveX
Topic: Set width of point
Replies: 3
Views: 10672

Set width of point

Greetings, I would like to set the width of a point on a chart (realtime) where the bottom axis is datetime. I have working with tchart.series(seriesindex).CalcXSizeValue(TheValue), "TheValue" is usally seconds and it returns a huge number of pixels. Is this the right method, or do I need to convert...