Search found 8 matches
- Sat Oct 13, 2007 2:47 pm
- Forum: ActiveX
- Topic: Teechart7.ocx as a dll?
- Replies: 3
- Views: 8590
Same here
We're having problems with this as well, and I think it's because we're making some incorrect assumptions about COM registration. We have two products that are installed separately, and both make use of teechart.ocx v6. Both copy an instance of teechart.ocx into their private installation directory,...
- Tue Feb 27, 2007 9:09 pm
- Forum: ActiveX
- Topic: OCX authenticode signature
- Replies: 4
- Views: 8657
- Tue Feb 06, 2007 8:42 pm
- Forum: ActiveX
- Topic: OCX authenticode signature
- Replies: 4
- Views: 8657
- Tue Feb 06, 2007 7:55 pm
- Forum: ActiveX
- Topic: OCX authenticode signature
- Replies: 4
- Views: 8657
OCX authenticode signature
Hello, We've been using the ActiveX version of TeeChart with one of our software products for quite a while now, and it works great. Now we're in the process of acquiring certification for the new Windows Vista Logo Program, and we're hitting a serious (and somewhat urgent) snag. Simply put, Vista c...
- Sat Aug 07, 2004 3:19 am
- Forum: ActiveX
- Topic: Stacked horizontal lines
- Replies: 5
- Views: 10663
Hi Pep, I'm still having trouble with the lables of self-stacked horizontal bars. I added an event sink for OnGetAxisLabel as per your suggestion, but for some reason it only fires for the first couple of series. Is there another way? I should probably mention that I'm using v6 of the ActiveX versio...
- Fri Aug 06, 2004 12:51 am
- Forum: ActiveX
- Topic: Stacked horizontal lines
- Replies: 5
- Views: 10663
Hi Josep, Thanks very much for your prompt reply, it was very helpful. The final issue I'm having is with the labeling. If I have an array of two drives, I add each of them in a loop: LOOP HERE: m_Chart1.AddSeries(scHorizBar); m_Chart1.Series(i).SetColorEachPoint(TRUE); m_Chart1.Series(i).GetMarks()...
- Thu Aug 05, 2004 3:26 am
- Forum: ActiveX
- Topic: Stacked horizontal lines
- Replies: 5
- Views: 10663
Stacked horizontal lines
My apologies, I must be overlooking the obvious, but I'm having trouble figuring out how to create a simple stacked horizontal bar series. Let's say I want to create a horizontal stacked bar representing used/free space on a user's "C" drive. I'd like the first part of the bar to represent the "free...
- Sun Feb 01, 2004 12:08 am
- Forum: ActiveX
- Topic: Setting legend items explicitly
- Replies: 1
- Views: 7887
Setting legend items explicitly
Hello, My apologies if I'm missing the obvious, but how do I go about setting legend items explicitly (in a pie graph) without affecting the point labels? In my pie graph, I want the pie slices to be labeled with text, but the legend items to use a different custom string. Thanks for any assistance!...