Codejock Forums Homepage
Forum Home Forum Home > Codejock Products > Visual C++ MFC > Toolkit Pro
  New Posts New Posts RSS Feed - Chart background fill style
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Chart background fill style

 Post Reply Post Reply
Author
Message
ABuenger View Drop Down
Newbie
Newbie
Avatar

Joined: 02 February 2006
Status: Offline
Points: 1075
Post Options Post Options   Thanks (0) Thanks(0)   Quote ABuenger Quote  Post ReplyReply Direct Link To This Post Topic: Chart background fill style
    Posted: 16 September 2010 at 3:46am
How can I change the background fill style to one solid color?

I've tried every SetFillMode(xtpChartFillEmpty); and SetFillMode(xtpChartFillSolid);

I only want one fast drawing operation for performance reasons.




Codejock support
Back to Top
ABuenger View Drop Down
Newbie
Newbie
Avatar

Joined: 02 February 2006
Status: Offline
Points: 1075
Post Options Post Options   Thanks (0) Thanks(0)   Quote ABuenger Quote  Post ReplyReply Direct Link To This Post Posted: 16 September 2010 at 3:54am
Solved. Had to remove the call to UpdateAppearance() in the mainframe to make it work.

pContent->GetAppearance()->GetDiagram2DAppearance()->BackgroundFillStyle->SetFillMode(xtpChartFillEmpty);

Codejock support
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.141 seconds.