Search found 25 matches

by Jameh2020
Tue Feb 05, 2008 4:48 am
Forum: ActiveX
Topic: How Can I Change source series in program
Replies: 1
Views: 3998

How Can I Change source series in program

Hi
i have three lines series
and one moving average line depend on the first line

now i need to change the moving average period
and i need to change the moving average source series from line 1 to line 2 or line 3

all this in code

can you help me
thanks
by Jameh2020
Tue Jul 31, 2007 1:41 am
Forum: ActiveX
Topic: question about Upgrade
Replies: 1
Views: 3798

question about Upgrade

Hi
I have version 7 and i like to upgrade to new version 8

i have many system in visual basic 6 and i use tcharet ver 7.0, when i upgarde to ver 8.0 this will automatic upgrade my software or i must do it manual .

thanks
by Jameh2020
Wed Jul 11, 2007 9:47 pm
Forum: ActiveX
Topic: I Need Help in asColorLine Tool
Replies: 3
Views: 6821

i Think you don't understand my

i need to delete one of the asColorLine Tool , but the problem i don't now it's number.

thanks
by Jameh2020
Wed Jul 11, 2007 10:48 am
Forum: ActiveX
Topic: I Need Help in asColorLine Tool
Replies: 3
Views: 6821

I Need Help in asColorLine Tool

Hi
i add Many Lines as asColorLine Tool

The Problem is I need Now To Delete One of Them Exactly
(I do not now it's number) to Use

TChart1.Tools.Delete ColorLineNo

Can I Add a Name or Desc To Then Line To Know it ???
Thanks
by Jameh2020
Wed Jun 20, 2007 6:07 pm
Forum: ActiveX
Topic: question about line tool
Replies: 3
Views: 5682

thanks
i found it my self

Code: Select all

TChart1.Tools.Items(AllControl).asDrawLine.Series = 0
thanks
by Jameh2020
Wed Jun 20, 2007 5:31 pm
Forum: ActiveX
Topic: question about line tool
Replies: 3
Views: 5682

thanks
but i still have a problem

i add in desgin mode custom axis in left side

when i draw a line , i need to draw it acoording to my custom axis

but what happen tchart draw it acoording to defualt left axis

can you help me
thanks
by Jameh2020
Wed Jun 20, 2007 12:05 pm
Forum: ActiveX
Topic: question about line tool
Replies: 3
Views: 5682

question about line tool

i need to draw in run time line from line tool i now how to add the line TChart1.Tools.Add tcDrawLine TChart1.Tools.Items(AllControl).asDrawLine.Series = 0 TChart1.Tools.Items(AllControl).asDrawLine.EnableDraw = True TChart1.Tools.Items(AllControl).asDrawLine.EnableSelect = True but i do not now how...
by Jameh2020
Thu Jun 14, 2007 3:26 pm
Forum: ActiveX
Topic: can i draw freedom shape
Replies: 7
Views: 9256

that it's

thank you very very much
by Jameh2020
Thu Jun 14, 2007 3:02 pm
Forum: ActiveX
Topic: can i draw freedom shape
Replies: 7
Views: 9256

thanks again

but the Polygon is on top
can i draw it down the Series

and

i have candle Series
can you help me how to draw polygon for example
from (candle2.HighValues to candle4.HighValues to candle4.LowValues to candle2.LowValues)

thanks
by Jameh2020
Thu Jun 14, 2007 1:01 pm
Forum: ActiveX
Topic: can i draw freedom shape
Replies: 7
Views: 9256

thanks
that exacat what i need

but there is a problem

when i zoom the chart , the shape still in same place
what can i do to make it move with the chart ?

thanks
by Jameh2020
Thu Jun 14, 2007 12:55 pm
Forum: ActiveX
Topic: WHEN VER 8 WILL APPEAR PLEASE
Replies: 7
Views: 9980

Very Nice

i wait

and thanks alot for all team
by Jameh2020
Thu Jun 14, 2007 8:40 am
Forum: ActiveX
Topic: can i draw freedom shape
Replies: 7
Views: 9256

can i draw freedom shape

hi
can i draw a freedom shape

and can i fill it by a color

thanks
by Jameh2020
Thu Jun 14, 2007 8:39 am
Forum: ActiveX
Topic: WHEN VER 8 WILL APPEAR PLEASE
Replies: 7
Views: 9980

WHEN VER 8 WILL APPEAR PLEASE

thanks first

i wait for a long time for ver 8

when this version will appear

and what is strong features will add to it

thanks allot
by Jameh2020
Wed Jun 13, 2007 1:08 pm
Forum: ActiveX
Topic: difficult in select white candle or doji one
Replies: 4
Views: 7469

Thanks

Now It's work good

I think the problem was

TChart1.Aspect.View3D = False

thanks
by Jameh2020
Wed Jun 13, 2007 9:54 am
Forum: ActiveX
Topic: difficult in select white candle or doji one
Replies: 4
Views: 7469

I tell you before
i have chart with candle style
i need to get OnClickSeries events
when i click red candle it' s very easy to do it
but when i click white candle it's uneasy to click it also doji candle
i do not now why
thanks