Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

MSChart.Plot.Axis(VtChAxisIdX).Intersection

83 views
Skip to first unread message

Patrick Gamba

unread,
Jun 8, 2001, 2:35:23 PM6/8/01
to
Hi,
I have a strange problem with the MSChart control
I plot a chart set all kind of parameter of the MSChart control and run the code:
When I set a break point close to

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 !

0 new messages