Transparent panel and ITeeEditor notifications

TeeChart for ActiveX, COM and ASP
Post Reply
thatnerdyguy
Newbie
Newbie
Posts: 14
Joined: Thu May 18, 2006 12:00 am

Transparent panel and ITeeEditor notifications

Post by thatnerdyguy » Mon Apr 02, 2007 8:57 pm

Visual C++ here...

I am using ITChart::Draw() to draw the chart on my own DC.

Is there a way to make the panel background transparent? I don't want TChart to draw anything at all (well... for the panel), I want whatever is already on the DC to show through.

Also, is there a way to get editor notifications of user changes after you have called ITChart::ShowEditor() and the editor is up? I would like to repaint my window when the user changes something in the editor, but I don't know if this is possible.

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Mon Apr 09, 2007 10:37 pm

Hi,
Is there a way to make the panel background transparent? I don't want TChart to draw anything at all (well... for the panel), I want whatever is already on the DC to show through.
I'm afraid there's not a way to do this.
Also, is there a way to get editor notifications of user changes after you have called ITChart::ShowEditor() and the editor is up? I would like to repaint my window when the user changes something in the editor, but I don't know if this is possible.
This feature is already down our wish list and it will be considered to be included for the next releases.

Post Reply