yoyo041080 0 Report post 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 Share this post Link to post Share on other sites
ExequielA 1 Report post 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 Share this post Link to post Share on other sites
yoyo041080 0 Report post Posted July 4, 2013 Works great ! Thanks for the answer ! Quote Share this post Link to post Share on other sites