Search found 3275 matches

by Pep
Thu Dec 04, 2003 10:36 am
Forum: VCL
Topic: Installation
Replies: 12
Views: 27984

Hi Valentin, >How to remove old packages? Just select "Component -> Install >Packages" , select "TeeChart" and click "remove" , or there are some >other files, which should be deleted. Yes, you only must remove all the TeeChart packages you find on the list. About the installation I suggest you down...
by Pep
Thu Dec 04, 2003 10:27 am
Forum: ActiveX
Topic: Add Array and Nan
Replies: 2
Views: 10051

>Can you have a Nan in the YArray for Series.Addarray ? Yes, but to add an YArray values which contains Nan values you should use something like the following code : Private Sub Form_Load() Dim YValues YValues = Array(3, 1, 8, NaN, 4, 7) With TChart1 .AddSeries scLine For i = 0 To UBound(YValues) If...
by Pep
Thu Dec 04, 2003 10:20 am
Forum: ActiveX
Topic: CheckDataSource + Oracle
Replies: 1
Views: 8271

Hi Andy,

as Christopher told you on newsgroups :

Try:

TChart1.Series(1).DataSource = -1

And then reset the datasource and run CheckDataSource().

Josep Lluis Jorge
http://support.steema.com
by Pep
Wed Dec 03, 2003 10:35 am
Forum: VCL
Topic: Installation
Replies: 12
Views: 27984

Hi Valentin, >... Is it enough to run TeeChart601SourceCode.EXE No, you must recompile the TeeChart Pro sources and then install it manually >(I can not find all *.bpl files reqired in Install.txt). You should recompile the sources to create them. >Do I have to remove TeeChart component that is orig...
by Pep
Wed Dec 03, 2003 10:27 am
Forum: ActiveX
Topic: Bitmaps
Replies: 1
Views: 8338

The TeeChart Pro AX installation includes one example of this, you can find it under :
C:\Program Files\TeeChart Pro v5 ActiveX Control\Examples\Visual Basic\Visual Basic 5 & 6\Database BLOBs

Josep Lluis Jorge
http://support.steema.com
by Pep
Wed Dec 03, 2003 10:00 am
Forum: ActiveX
Topic: TeeChart and SVG
Replies: 1
Views: 8238

This feature is already added on our wish list and will be considered to inclusion for the next releases.

Josep Lluis Jorge
http://support.steema.com
by Pep
Tue Dec 02, 2003 7:58 pm
Forum: ActiveX
Topic: Legend Color
Replies: 3
Views: 12717

I think you should use the following code to see what you get what you want : Private Sub Command1_Click() Dim iSer As Integer iSer = TChart1.AddSeries(scBar) TChart1.Series(iSer).Add 33, "02/11", clTeeColor TChart1.Series(iSer).Add 28, "09/11", clTeeColor TChart1.Series(iSer).Add 27, "16/11", clTee...
by Pep
Tue Dec 02, 2003 2:49 pm
Forum: .NET
Topic: Shape_Click() events
Replies: 4
Views: 14279

Yes, this is a known bug (already added on our defect list), it sonly happens using the Rectanlgle style. We'll try to fix if for the next maintenance releases.

Josep Lluis Jorge
http://support.steema.com
by Pep
Tue Dec 02, 2003 11:52 am
Forum: VCL
Topic: Customised Legend Symbols
Replies: 1
Views: 8682

Hi David, this feature will be available for the next TeeChart Pro v7. In meantime, an alternative solution might be to remove original series from legend by setting TChartSeries.ShowInLegend to false and then use couple of "fake" series with no data for legend items. Josep Lluis Jorge http://suppor...
by Pep
Tue Dec 02, 2003 11:43 am
Forum: ActiveX
Topic: Graphing multiple Statistical Error series
Replies: 1
Views: 6056

Hi Lubomyr, >them to be graphed on the same vertical line. Is it just a demo >Application restriction and I will be able to achieve desired result in my >Application using ActiveX Method/Properties? Or may by it is a ActiveX >control rule that cannot be changed? You can change this behaviour setting...
by Pep
Tue Dec 02, 2003 10:50 am
Forum: ActiveX
Topic: just taking a chance
Replies: 1
Views: 8428

According to Seagate's web site Crystal Reports support ActiveX Controls in its Developer version, in which case you should be able to use the TeeChart Pro ActiveX Control with it. Unfortunately, at this time, we have no examples of its use in this environment. Josep Lluis Jorge http://support.steem...
by Pep
Tue Dec 02, 2003 10:36 am
Forum: ActiveX
Topic: Custom graphcs
Replies: 1
Views: 8609

One example could be : Private Sub Form_Load() With TChart1 .Aspect.View3D = False .AddSeries scPoint .Series(0).FillSampleValues 10 ImageList1.ListImages.Add , , LoadPicture("C:\Documents and Settings\Administrator\My Documents\My Pictures\sample.jpg") .Series(0).asPoint.Pointer.Brush.AssignImage I...
by Pep
Tue Dec 02, 2003 1:12 am
Forum: VCL
Topic: Label TLineSeries series by series name?
Replies: 4
Views: 16064

Hi Doug, to do this you could use the OnGetMarkText event as in the following example : void __fastcall TForm1::FormCreate(TObject *Sender) { Series1->FillSampleValues(10); Series2->FillSampleValues(10); Series1->Marks->Visible = true; Series2->Marks->Visible = true; Series1->Name = "Name1"; Series2...
by Pep
Tue Dec 02, 2003 12:53 am
Forum: ActiveX
Topic: VC++ example "Surface" does not work!
Replies: 13
Views: 35936

Have you tried to access using Outlook Express or similar .. ?
If you still having problems, could you please tell me an email which I can use to send it to you directly ?

Josep Lluis Jorge
http://support.steema.com
by Pep
Tue Dec 02, 2003 12:05 am
Forum: ActiveX
Topic: "Stream read error" using TChart1.Import.LoadFromF
Replies: 3
Views: 10663

Hi Frederick,

yes, you are correct, this bug has been solved in the TeeChart Pro AX v6.

Josep Lluis Jorge
http://support.steema.com