Search found 5 matches

by Roman
Fri Jul 23, 2004 8:16 am
Forum: ActiveX
Topic: Chart width in pixels
Replies: 1
Views: 4313

Chart width in pixels

Hi,

I want to know how many pixels for drawing a serie is available (serie "horizontal length" in pixels). At present I do it in this way:
With tChart1.axis
width=.Right.Position - .Left.Position
end with

But I don't like this solution. Isn't there a property for it?

Thanx
by Roman
Wed Jul 21, 2004 4:56 am
Forum: ActiveX
Topic: Event for adding a new serie
Replies: 2
Views: 5075

Thank you
by Roman
Tue Jul 20, 2004 6:19 am
Forum: ActiveX
Topic: Event for adding a new serie
Replies: 2
Views: 5075

Event for adding a new serie

Hi, I use TeeChart 6 ActiveX in VB6. I'm working on my own ActiveX object - something similar to TeeListBox but with other functions. How can my ActiveX get to know about adding series in TeeChart? At first I thought that TeeChart event OnSeriesBeforeAdd is what I'm looking for, but this is for bein...
by Roman
Fri Jul 16, 2004 6:19 am
Forum: ActiveX
Topic: Axis with no associated serie
Replies: 1
Views: 4279

Axis with no associated serie

Hi, I have following problem: all my series have their own custom Y axes, bottom axis is DateTime and right axis in not with any serie. I'd like to use right axis as a ruler (vertical line), which can user drag across the chart (some extra code will get the values of all series) and read the particu...
by Roman
Fri Jun 04, 2004 8:30 am
Forum: ActiveX
Topic: Multiple Axis support in TeeChart 6
Replies: 1
Views: 4541

Multiple Axis support in TeeChart 6

I'm a beginner with TeeChart and I want to show more than two series with independent Y axes in one chart (series as fastlines e.g. temperature, pressure and flow). How to do it without recalculation of every serie to the span <0,100>%. Isn't there any example explaining this case in VB6? Thanx, Zorro