Search found 31 matches

by Rousseau
Mon May 17, 2010 1:43 pm
Forum: ActiveX
Topic: Minimum Maximum, Custom Axes
Replies: 7
Views: 11556

Re: Minimum Maximum, Custom Axes

Hi, There is an example. TChart:Axis:Left:Automatic = FALSE. TChart:Axis:Left:Minimum = 0. TChart:Axis:Left:Maximum = 50. TChart:AddSeries(1). TChart:AddSeries(6). TChart:Series(1):Color = RGB-VALUE(0,255,0). TChart:Series(1):AsFastLine:LinePen:Width = 4. DO i = 1 TO 10: TChart:Series(0):Add(i * 2,S...
by Rousseau
Fri May 14, 2010 8:38 pm
Forum: ActiveX
Topic: Minimum Maximum, Custom Axes
Replies: 7
Views: 11556

Minimum Maximum, Custom Axes

Hi, How can I change the Minimum and Maximum value to a custom axes. I tried something but it doesn't work. TChart:Series(2):VerticalAxisCustom = TChart:Axis:AddCustom(False). TChart:Series(2):VerticalAxis = 1. TChart:Axis:Custom(0):AUTOMATIC = FALSE. TChart:Axis:Custom(0):MAXIMUM = 50. TChart:Axis:...
by Rousseau
Thu Oct 22, 2009 2:49 pm
Forum: ActiveX
Topic: eMultiBar
Replies: 4
Views: 6319

Re: eMultiBar

Ok Thank you.....
by Rousseau
Thu Oct 22, 2009 1:55 pm
Forum: ActiveX
Topic: eMultiBar
Replies: 4
Views: 6319

Re: eMultiBar

Hi,

Thanks for your answer but I'm not familiar with that it seem be C#. Have you two Chart ? I can't find TSubChartTool in the help, what is it ?
by Rousseau
Wed Oct 21, 2009 5:35 pm
Forum: ActiveX
Topic: eMultiBar
Replies: 4
Views: 6319

eMultiBar

Hi,
I don't know if it's possible, but I would like to have two different eMultiBar (two Series Side by Side and two Series Side by Side but in front on two last series) ?


Thank You
by Rousseau
Wed Sep 23, 2009 1:09 pm
Forum: ActiveX
Topic: MaksTip
Replies: 4
Views: 6502

Re: MaksTip

thanks, that's work exactly as I wanted. :D
by Rousseau
Tue Sep 22, 2009 5:57 pm
Forum: ActiveX
Topic: MaksTip
Replies: 4
Views: 6502

Re: MaksTip

Hi Yeray, It's not exactly what I'm trying to do. There are some screenshot. Before to call RecalcTotals. tcmarkstip1.JPG After to call RecalcTotals. tcmarkstip2.JPG The values display with the tcMarksTip change for the total. I try to display each values ( Value of serie(0), Value of serie(1), tota...
by Rousseau
Tue Sep 22, 2009 2:26 pm
Forum: ActiveX
Topic: MaksTip
Replies: 4
Views: 6502

MaksTip

Hi, I think this is not possible but I ask the question anyway. I have two series stacked. I created the tcMarksTip tool and the marks on the top are visible. I would like to display two diffetent values on the each marks (on tcMarksTip tool = value, on marks = total of two series). Is it possible t...
by Rousseau
Tue Aug 18, 2009 12:30 pm
Forum: ActiveX
Topic: Retrieve the value of a label
Replies: 2
Views: 4533

Re: Retrieve the value of a label

Thanks!
by Rousseau
Mon Aug 17, 2009 6:51 pm
Forum: ActiveX
Topic: Retrieve the value of a label
Replies: 2
Views: 4533

Retrieve the value of a label

Hi

I have a TeeChart graphic and I want to recover the value of bottom labels.

I need to know what property I have to use to be able to do that.


Thanks
by Rousseau
Mon May 04, 2009 11:49 am
Forum: ActiveX
Topic: Refresh Tee Chart
Replies: 2
Views: 5268

Thank you for your quick answer.

It works very well.

Thank you
by Rousseau
Mon May 04, 2009 11:25 am
Forum: ActiveX
Topic: Refresh Tee Chart
Replies: 2
Views: 5268

Refresh Tee Chart

Hi,

Is there a function nodraw or something like this?

I want to add some series without the Tee Chart refresh my new series. I want to refresh my Tee Chart on a special event.

Thank you
by Rousseau
Thu Feb 15, 2007 1:17 pm
Forum: ActiveX
Topic: Increment problem
Replies: 4
Views: 6095

Thank you

It's Ok now!
by Rousseau
Wed Feb 14, 2007 4:26 pm
Forum: ActiveX
Topic: Increment problem
Replies: 4
Views: 6095

I uploaded my VB Project in a Zip file as your upload page.

I have the same problem in this VB example. I put MessageBox to show the problem.


Thank you.
by Rousseau
Tue Feb 13, 2007 4:39 pm
Forum: ActiveX
Topic: Increment problem
Replies: 4
Views: 6095

Increment problem

Hi I have a problem with TeeChart increment. My increment value is set to 5 when I open my form. I see my graphic with an increment of 5. But, when I run my report to put my data on screen, the increment change to 10. So, if I show a message to see my increment value, it's still at 5. I don't know w...