Ronak Posted March 9, 2007 Report Share Posted March 9, 2007 Hi, I have a Labels on X axis which are basically in this format Name + Environment.Netline + Path. The look perfect on X - Axis but when i right click on graph and select the DataGrid..the Header of datagrid does not look good. Is there any way i can increase the Height of Datagrid header. I have attached the image file. Quote Link to comment Share on other sites More sharing options...
Frank Posted March 12, 2007 Report Share Posted March 12, 2007 The datagrid does not have multi-line header capabilities. You can hide the datagrid column headers by doing: chart1.DataGrid.ShowHeader = false; 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.