Search found 3270 matches

by Pep
Mon Jan 12, 2004 11:04 am
Forum: VCL
Topic: Installation
Replies: 12
Views: 27887

I'm sorry, I'm not sure, could you please be more specific ?
To install an upgrade of TeeChart Pro make sure that all the old TeeChart packages and compiled files have been removed.

Josep Lluis Jorge
http://support.steema.com
by Pep
Mon Jan 12, 2004 10:57 am
Forum: VCL
Topic: Compile problems
Replies: 6
Views: 15038

Hi Lara, have you tried to use the TeeRecompile tool (which is available on our web site at the "private customers download page") to compile/install the TeeChart Pro Sources, if not, I suggest you downlaod it and use it. It will do all the installation of sources automatically. Josep Lluis Jorge ht...
by Pep
Mon Jan 12, 2004 10:08 am
Forum: ActiveX
Topic: Polygon disappears when read from tee file
Replies: 2
Views: 7147

Hi Scott,

yes, it's on our defect list. We'll try to fix it for the next maintenance releases of TeeChart.

Josep Lluis Jorge
http://support.steema.com
by Pep
Mon Jan 12, 2004 9:56 am
Forum: ActiveX
Topic: .Locate funtion is not precise
Replies: 1
Views: 6301

Hi Andrzej, to do this you can use similar code to the following (using the Canvas, XScreenToValue and YScreenToValue methods) : Dim OnSeriesPoint As Boolean Dim tmpL2 As Integer Private Sub Form_Load() TChart1.Series(0).FillSampleValues 10 TChart1.Axis.Bottom.Labels.DateTimeFormat = "dd/mm/yy hh:mm...
by Pep
Fri Jan 09, 2004 4:31 pm
Forum: ActiveX
Topic: How to accomplish this?
Replies: 3
Views: 6551

Hi, 1) There're two options : - You can use Multiple Legends : You can see one example of this in the TeeChart Pro v6 Demo Features project under : Welcome ! -> Previous Version -> New Features -> Chart -> Legend -> Multiple Legends or - Use the Legend and the Custom Draw : You can see one example i...
by Pep
Fri Jan 09, 2004 3:16 pm
Forum: ActiveX
Topic: Problem with .asArea.AreaBrush
Replies: 3
Views: 5323

Yes, a fix for it will be included in the next maintenance release.

Josep Lluis Jorge
http://support.steema.com
by Pep
Fri Jan 09, 2004 3:09 pm
Forum: ActiveX
Topic: BUG: Tooltips in IE Cause "Error Creating Device Contex
Replies: 1
Views: 5986

Thank you for reporting this issue. It can't be reproduced in a simple test here but it's been logged for a closer look.

Josep Lluis Jorge
http://support.steema.com
by Pep
Fri Jan 09, 2004 10:35 am
Forum: ActiveX
Topic: Selecting Printer
Replies: 1
Views: 5976

You should use the PrinterIndex property to set which Printer you want to use. See more details in the TeeChart Help files.

Josep Lluis Jorge
http://support.steema.com
by Pep
Fri Jan 09, 2004 9:10 am
Forum: ActiveX
Topic: Align top and bottom axis grid/labels
Replies: 4
Views: 10609

No, that I know of. The only way is to : a) Make sure both axes have the same number of labels displayed. This can be done by setting axis increment property. b) Both axes start labeling at the same position. This can be to some degree controlled by seting right axis minimum and maximum value. All i...
by Pep
Thu Jan 08, 2004 7:02 pm
Forum: ActiveX
Topic: How to determine which check box the user clicked ?
Replies: 1
Views: 6327

Hi Kenny, you can do something like this : Private Sub Form_Load() With TChart1 .AddSeries scLine .AddSeries scLine .Series(0).FillSampleValues (10) .Series(1).FillSampleValues (10) .Legend.CheckBoxes = True End With End Sub Private Sub TChart1_OnBeforeDrawSeries() If TChart1.Series(0).Active = Fals...
by Pep
Thu Jan 08, 2004 2:13 pm
Forum: ActiveX
Topic: OCX and Colour settings in TeeChart4
Replies: 1
Views: 6404

Hi Magnus,

#1- TeeChart.ocx may be accessed directly via serverside scripting such as ASP or PHP. A DLL version of TeeChart is a possibility but isn't availabloe at present.
#2- There's no way that I know of.

Josep Lluis Jorge
http://support.steema.com
by Pep
Thu Jan 08, 2004 12:38 pm
Forum: .NET
Topic: Is there a way to display a label for a specific point?
Replies: 1
Views: 5113

Yes, you can use the OnGetSeriesMark event to customize the text Marks and which you want to be showed : For example using the following code will show only the max Mark : private void Form1_Load(object sender, System.EventArgs e) { fastLine1.FillSampleValues(10); fastLine1.Marks.Visible = true; } p...
by Pep
Thu Jan 08, 2004 11:50 am
Forum: VCL
Topic: BarWidthPercent and Zoom bug
Replies: 1
Views: 6883

Hi,

yes, you're correct, it's a bug. I've added it on our defect list and a fix for it will be considered to inclusion for the next release.
I've not find a workaround for the moment.

Josep Lluis Jorge
http://support.steema.com
by Pep
Thu Jan 08, 2004 11:15 am
Forum: ActiveX
Topic: Problem with .asArea.AreaBrush
Replies: 3
Views: 5323

'All other settings work fine. Why do not these work? Yes, these does not work for the Area Series, this seems to be a bug/missing feature so I've added this on our defect/wish list to be considered for the next maintenance releases. Thanks for the report. Josep Lluis Jorge http://support.steema.com
by Pep
Thu Jan 08, 2004 10:51 am
Forum: ActiveX
Topic: Problem using Lines or FastLines on Verically oriented chart
Replies: 3
Views: 10443

Hi Rich, yes, you're correct, I'm able to reproduce the problem here importing from a .tee file. This is a bug, I've added it on our defect list and a fix for it will be considered to inclusion for the next maintenance releases. In meantime, you need this feature urgently you can use the TeeChart Pr...