With .Plot.Axis(VtChAxisIdX)
' Intersect at the bottom: Set Intersection Properties.
.Intersection.Auto = False ' Set positioning to manual.
.Intersection.LabelsInsidePlot = True
.Intersection.Point = frmGraph.MSChart1.Plot.Axis
(VtChAxisIdY).ValueScale.Minimum
End With '.Plot.Axis(VtChAxisIdX)
The result is fine !
But when I run the same without a break point, MSChart "forget" to change the
intersection !!! Strange behaviour in deed ! 8-O
By the way, the intersection is by default in the middle of the Y axis as I have
an XY scatter and a Y value from -0.15 to +0.15
Thanks for your help !