dikl99 Posted January 8, 2008 Report Share Posted January 8, 2008 Hi, How do i set a default value to all Series Marker Shape? e.g. : chart1.Series[0].MarkerShape = MarkerShape.None; but number of series may change... thanks, Udi Quote Link to comment Share on other sites More sharing options...
Frank Posted January 8, 2008 Report Share Posted January 8, 2008 chart.AllSeries.MarkerShape = MarkerShape.None; 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.