This is my Chart control Graph
:
I want to remove axis black lines from the left side and add blue line as a frame for all the graph like at the button. I have search for all the properties and try to change color but the default color still remained
I know this old post but to answer the OP question.
Changes the line color and line style
If want to remove the tick marks you use this code
if you want to customize a chart you could draw your own dynamically:
Example in VB.net:
Example in C#:
you could use a loop to draw the grid
Example