Adding multiple scLine series
Posted: Tue Aug 23, 2005 1:11 pm
ActiveX Version 7.0, VB6:
I'm trying to add a large number of line series to a chart and I've got an array of OLE_COLORs that I want to cycle through using, e.g., oleColor(j mod 16). I can't seem to get the lines to come out with my colors and after the 15th or 16th line all of the remaining lines are gray, so it is obviously using the default color scheme. What properties (pen colors?) need to be set to get the lines to show my color scheme?
Thanks,
Jeff Lary
I'm trying to add a large number of line series to a chart and I've got an array of OLE_COLORs that I want to cycle through using, e.g., oleColor(j mod 16). I can't seem to get the lines to come out with my colors and after the 15th or 16th line all of the remaining lines are gray, so it is obviously using the default color scheme. What properties (pen colors?) need to be set to get the lines to show my color scheme?
Thanks,
Jeff Lary