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 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 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.