User (Legacy) Posted May 24, 2005 Report Share Posted May 24, 2005 I need to programatically set the fill patterns for pie charts and bar graphs. I found the Pattern property of the graph, so I am doing something like this... pGraph->Pattern[nGraph] = patternType; I couldn't find the enumarations of the pattern types anywhere. How do I know which pattern is which value? Please help. Thanks, Diana Quote Link to comment Share on other sites More sharing options...
Software FX Posted May 24, 2005 Report Share Posted May 24, 2005 There is no enumeration, the Pattern is just an index of the pattern in the Pattern Bar. -- Francisco Padron www.chartfx.com Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.