Hi Hasindu,
All axes support invered mode. The following code snippet shows how to invert the primary Y axis (which is the most common case):
Most likely you override the invert setting by assigning a new scale configurator to chart.Axis(StandardAxis.PrimaryY).ScaleConfigurator later in the code. Can you please check if this is the case?