Getting Axes Min & Max values.

Getting Axes Min & Max values.

I’ve created charts with multiple axes.

I want to add stripes at the end of each axis. I can do it only if I know max/min values of primaryY & SecondaryY.

ax.NumericScale.MajorTickMode = MajorTickModeNumeric.Auto
Debug.Print(ax.NumericScale.Max)

This return 0.

Some help me to get the max/min values of an axis. Hope I’ll get a reply!