mcstoufer Posted October 4, 2010 Report Posted October 4, 2010 It appears that the color and style of a tick mark for a given grid is the same as the grid. Can we override this somehow? It would be nice to have the option to make it the same color as the Axis line. Quote
CarlosAC Posted October 7, 2010 Report Posted October 7, 2010 Hi mcstoufer Please try the following code: yourChart.AxisX.Grids.Major.Color = yourColor; yourChart.AxisX.Grids.Minor.Color = yourColor; Carlos Chaves. Quote
mcstoufer Posted October 7, 2010 Author Report Posted October 7, 2010 Not quite. I wanted to have the tick color on the axis be different than the grid line color. As I interpret the information, your suggestion would change the color of the grid line itself AND the color of the tick mark. 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.