User (Legacy) Posted February 21, 2005 Report Posted February 21, 2005 I'm looking for a way to load the available MarkerShapes into an ImageList. I see the DrawMarker method of SeriesAttribute but this means that I need to have a chart created and the series needs to contain all MarkerShapes. Is there another way around this? Thanks, Joe
Software FX Posted February 25, 2005 Report Posted February 25, 2005 That will be the only way. You will need to do a loop, assigning the different markershapes to a series and calling DrawMarker. Notice that you can re-use the same series over and over. -- FP Software FX
Recommended Posts
Archived
This topic is now archived and is closed to further replies.