Search found 18 matches

by M.Takeda
Mon Mar 19, 2007 12:28 pm
Forum: .NET
Topic: Import Text with datetime
Replies: 1
Views: 4356

Import Text with datetime

Thank you for your help to my questions. Please accept my additionally question mentioned under. In VB2005 and TeeChart foe NET V2, ----------- Export as text ----------------------- Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim DataE...
by M.Takeda
Sun Mar 18, 2007 9:32 am
Forum: .NET
Topic: How to coding import from text
Replies: 1
Views: 4582

How to coding import from text

with TeeChart for net v2, VB2005 and Line series with Xvalues is DateTime

I succeeded to export to Text file.
but I can't understand how to coding to import from its text.
Please advise me and show me small coding sample for it.

Thank you in advance.
by M.Takeda
Sat Mar 17, 2007 1:23 am
Forum: .NET
Topic: DateTime in TextSource
Replies: 1
Views: 4987

DateTime in TextSource

With WindowsXP,VB2005.Net and TeeChart for .NET v2 Following my code comes error. How to coding to get X-Values as datetime with textsource ? Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If System.IO.File.Exists(Application.StartupPath &...
by M.Takeda
Mon Sep 18, 2006 12:05 am
Forum: ActiveX
Topic: PDF does not show Chineses character
Replies: 1
Views: 4432

PDF does not show Chineses character

With TeeChart Pro v7 ActiveX Control v7.0.1.1,
PDF does not show 2 byte character like Chineses character,
Japanese Kanji correctly.
How can I resolve it ?
Thanks in advance.
by M.Takeda
Tue Feb 14, 2006 12:27 pm
Forum: ActiveX
Topic: Series Marks Text Format
Replies: 1
Views: 4294

Series Marks Text Format

I wish to format series.marks.text (value) like "##0.0" in VB6 and VB2005(Line series and bar series in TeeChartAX Pro V7).
How to and where can I coding it? Thanks in advance.
by M.Takeda
Wed Jan 18, 2006 11:03 am
Forum: ActiveX
Topic: Again(Datetime in Addrealtime does not work)
Replies: 1
Views: 4149

Again(Datetime in Addrealtime does not work)

Thank you for your prompt reaction. But your suggestion does not solve my problem. No.1 is your example and No2 is modified it. No.1 program work fine but No.2 does not work correctly. Please check again and teach me what is wrong. Thank you in advance. '------------------------------- No1 ---------...
by M.Takeda
Wed Jan 18, 2006 1:28 am
Forum: ActiveX
Topic: Datetime in Addrealtime does not work
Replies: 1
Views: 4891

Datetime in Addrealtime does not work

in FastLine AddRealTime,(TeeChartAX v6)
if xvalue are integer, it work fine but xvalue are datetime does not work
correctly. Can I use datetime in addrealtime ?
If so,please show me a small sample.
In case of Fastline addrealtime chart, maxpointperpage function does not
work. is this specification ?
by M.Takeda
Sun Mar 13, 2005 1:47 am
Forum: .NET
Topic: TChart Component does't appear in ToolBox/WebForm
Replies: 1
Views: 5102

TChart Component does't appear in ToolBox/WebForm

With TeeChart.Lite v1 for .NET,[TChart] Component does not appear (Gray disable) in ToolBox/WebForm in spite of checked. TChartEditor,Previewer,WebSource and TCustomChartEditor are OK. How can I do that ? (OS is WindowsXP SP2 and VS.NET 2003) Your prompt advice will be highly appreciated. Thnk you i...
by M.Takeda
Sun Feb 06, 2005 2:16 am
Forum: ActiveX
Topic: Left Axis scalling change
Replies: 1
Views: 4616

Left Axis scalling change

(TChartAXPro V7) In TChart Editor, Axis->Label->Format->ValueFormat->Percent does not work(Always Thousands if set to percent).How can I use this dialog ? I wish to set left axis scale to actual min,max and percent(0-100) alternatively. What property/method should be used and how to coding for it. P...
by M.Takeda
Sun Jan 09, 2005 6:02 am
Forum: VCL
Topic: Install problem with VCL 7.02 into Delphi2005
Replies: 1
Views: 5539

Install problem with VCL 7.02 into Delphi2005

I have some difficulties with TeeChartVCL702 installation into Delphi2005. Steema.TeeChart.VCL.bdsgroup seems to be builded successfully. and Tee7D9.bpg is recompiled with no error In Installation of packages, error occur as followings. ("Tee90" already included "TeeAbout" then "tee79" cant read in....
by M.Takeda
Mon Sep 27, 2004 10:47 pm
Forum: ActiveX
Topic: PrintPreviewPanel does not accept PrintDialog Settings.
Replies: 1
Views: 4710

PrintPreviewPanel does not accept PrintDialog Settings.

Atten. Josep Lluis Jorge Thank you for your effort to understand my question. Simply my help is that. In VB.NET with TChartAX(V6),the printpreviewpanel does not accept a printdialog setting. I wish to print multi chart in a paper by following procedure. AxPreviewPanel show-->PrintDialog-->AxPreviewP...
by M.Takeda
Wed Sep 22, 2004 11:03 am
Forum: ActiveX
Topic: Again printer setting problem in VB.NET
Replies: 1
Views: 4474

Again printer setting problem in VB.NET

Thank you for your prompt reply and help me again to check my source code attached. This is working well using default printer only. Printer does not change as print dialog setting. '-------------------------------- ' Put Chart and Set Print Margine '-------------------------------- Private Sub Form...
by M.Takeda
Wed Sep 22, 2004 3:07 am
Forum: ActiveX
Topic: printer setting problem in VB.NET
Replies: 1
Views: 4757

printer setting problem in VB.NET

Please advise me or show small code. with VB,NET following code does not effect printer setting by printdialog. Alway show default printer only. Private Sub Button3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button3.Click Dim result As DialogResult PrintDialog1.Printer...
by M.Takeda
Sun Sep 19, 2004 5:23 pm
Forum: ActiveX
Topic: AxTeeListBox(v7) bug ?
Replies: 2
Views: 5327

AxTeeListBox(v7) bug ?

When the AxTeeListBox(TeeChartAX V7) drop into form,
Error "System.NullReference Exception" is happened.
Is it V7 bug ? Please check.
Thanks in advance.
by M.Takeda
Sun Sep 19, 2004 6:32 am
Forum: ActiveX
Topic: TeeChartAX V7 bugs(CustomVertAxis) ?
Replies: 1
Views: 4631

TeeChartAX V7 bugs(CustomVertAxis) ?

Follwings is the code in VB.NET with TeeChartX V6 this code work fine but with V7,only CustomAAAxis(0) does not take coding position(always 0),color and minmax. Please check if V7 bug and show me how to resolve it. (for example) Public CustomAAAxis(7) As Integer Public MyColor(15) As Color Private S...