yoyo041080 Posted May 13, 2013 Report Posted May 13, 2013 Hi, I'm using Area Series and CustomGridLines : _marqueurDateDebutCourbeCopiee = New CustomGridLine() _marqueurDateDebutCourbeCopiee.Color = Color.Gray _marqueurDateDebutCourbeCopiee.Style = Drawing2D.DashStyle.DashDot _marqueurDateDebutCourbeCopiee.ExtraStyle = CustomGridLineStyles.BackOnly _marqueurDateDebutCourbeCopiee.Width = 2 graphe.AxisX.CustomGridLines.Add(_marqueurDateDebutCourbeCopiee) Or, CustomGridLines appears under Area Series : see File Attachment How car i move CustomGridLines to the Top in order to show them above Area Series ? Thanks Quote
ExequielA Posted May 23, 2013 Report Posted May 23, 2013 Hello, In order to achieve thebehavior you are looking for, please comment out the following line: _marqueurDateDebutCourbeCopiee.ExtraStyle= CustomGridLineStyles.BackOnly Quote
yoyo041080 Posted July 4, 2013 Author Report Posted July 4, 2013 Works great ! Thanks for the answer ! Quote
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.