Search found 40 matches

by Richard
Tue Feb 05, 2008 2:24 am
Forum: ActiveX
Topic: display chart in MFC CScrollView.
Replies: 3
Views: 7347

have just send the code to you.
please check it.
by Richard
Fri Feb 01, 2008 3:14 am
Forum: ActiveX
Topic: display chart in MFC CScrollView.
Replies: 3
Views: 7347

display chart in MFC CScrollView.

I want to make a chart whose width is depending on the number of data records. that is ,the chart's width is not fixed.The more data I have ,the wider the chart is. So I create a chart in CTestView deriving from CScrollView. when the chart is larger than the window and I scroll the window to see the...
by Richard
Tue Jul 25, 2006 4:01 am
Forum: VCL
Topic: How to create a Cascade plot using Tchart
Replies: 1
Views: 7170

How to create a Cascade plot using Tchart

hi, everybody, do you meet in the industrial field,sometimes we'll draw a casade plot only create it by panel manually,i 'd like to create a cascase plot automatically by chart.but until now TChart have no funciton.i suggest that our tchart development workgroup should add this function. or somebody...
by Richard
Wed Jan 18, 2006 9:14 am
Forum: ActiveX
Topic: Datetime in Addrealtime does not work
Replies: 1
Views: 4701

hi,
check this code.

Code: Select all

TChart.seires(0).XValues.DateTime=True
  TChart1.Axis.Bottom.Labels.DateTimeFormat ="yy-mm-dd"& Chr(13)&"hh:nn:ss"
by Richard
Thu Jan 05, 2006 8:14 am
Forum: ActiveX
Topic: Can't enable zoom in IE
Replies: 2
Views: 5297

hi.
you can add next code in your sript
in addition, it's not useful to redifine the function RGB(),do you know in javascirpt language,it is a system funciton. :P

Code: Select all

  chart.Zoom.Animated=True
by Richard
Mon Dec 26, 2005 6:37 am
Forum: ActiveX
Topic: Sevral useful function you would like to want
Replies: 1
Views: 3807

Sevral useful function you would like to want

hi everybody when we mouse the mouse ,we want to get the nearest point Value, however, we don't move the mouse on the seriesline.How can we do it.now ,you can use this function ,it's writted in vbsript,i think you can rewrite it in other language,like vb,vb and so on. if there are some problems,plea...
by Richard
Fri Dec 23, 2005 1:13 am
Forum: ActiveX
Topic: Cannot register TeeChart ocx on Windows XP
Replies: 6
Views: 17843

hi J

i am also a custumer of the TChart5.OCX ,but i have never met what you said in the XP sp2.

it 's ok to regsvr32 the TChart5.OCX. perhaps there are some wrong with your operating system. check whether it has been short of some file.
by Richard
Fri Dec 23, 2005 1:03 am
Forum: ActiveX
Topic: how to add a popUp menu down the right mouse on the Tchart
Replies: 0
Views: 4500

how to add a popUp menu down the right mouse on the Tchart

in the app we can add a popmenu easily,but now i want to realize the same functions in the htm when i down the right mouse on the TChart.
if i had not added the TChart in the htm,i could popup a menu.whether there are some restiction about the useness of Tchart in the htm.
by Richard
Mon Dec 12, 2005 4:34 am
Forum: ActiveX
Topic: how to change the height and width of shape
Replies: 1
Views: 3977

how to change the height and width of shape

hi;

when i add sevral items as Annotation.but i want to set the same height and width for each shape, how can i do it.
by Richard
Mon Dec 12, 2005 4:20 am
Forum: ActiveX
Topic: how to add waterfall series by Ax5 in htm
Replies: 11
Views: 15644

HI Narcis,

if i only want to update AV5 to AV6 and get av6.cab ,tell me what i can do,

thanks a lot.
by Richard
Tue Dec 06, 2005 12:24 am
Forum: ActiveX
Topic: how to add waterfall series by Ax5 in htm
Replies: 11
Views: 15644

hi Narcís

How can i update My AV5 to AV7.or need to spend how much
by Richard
Mon Dec 05, 2005 8:21 am
Forum: ActiveX
Topic: How to get Multi Yvals in Multi series in vbscript
Replies: 1
Views: 3786

How to get Multi Yvals in Multi series in vbscript

hi, Now i add two series in TChart1, and add data for them.i want to get self series1,series2 Yvalues Corresponding to Point(x) When i move mouse. sb can add codes in my code.or give me some suggestion or other ways. <script language="vbscript"> Sub TChart1_OnMouseMove(shift,X,Y) <!--Move Mouse get ...
by Richard
Sat Dec 03, 2005 8:41 am
Forum: ActiveX
Topic: how to add waterfall series by Ax5 in htm
Replies: 11
Views: 15644

hi ,pep yeah,I use the AV5. i have added your code in my program written by VBScript in htm ,but likely it does't work i don't know what's wrong with it. Check my code. sub TChart1_OnGetAxisLabel(Axis, SeriesIndex, ValueIndex, LabelText) dim MyDate 'In vbscript ,atDepth=4' if Axis=4 then MyDate = CD...
by Richard
Fri Dec 02, 2005 2:32 am
Forum: ActiveX
Topic: how to add waterfall series by Ax5 in htm
Replies: 11
Views: 15644

hi ,Pep

thanks a lot,After I set the Zvalues.DateTime ,DatetimeFormat="hh:mm:ss"

exactully the Axis's depth can be seen.but it is LongInt type,like 38,688,428, not like 10:17:50, I don't know what to do
besides,when i move Mouse on the series,how can I get Value Y.
by Richard
Thu Dec 01, 2005 1:23 am
Forum: ActiveX
Topic: how to add waterfall series by Ax5 in htm
Replies: 11
Views: 15644

hi,pep thank you very much, you are better helper,your code is very useful.I refer to your code ,I have realize some functions.but now i want to draw like figure1 in vbscript,then figure is make by VB's paintbox http://www.envada.com.cn/en8000web/waterfall.gif the Z-Axis is datetime,and with the tim...