How to remove vertical Axis line but not data on vertical axis

image

Hi Nikhil,

Try this:

ColumnChart chart = ...
chart.Axes.Vertical.Outline.Fill.SetNone();

I hope it helps.

Regards,
Mario