Hi,
I'm using the scatter chart, my axis Y start in 0 to 100, but if the point is in limit example: (0,0), the symbol is broken.
Is possible that the symbol show over the axis? Or if i define may Y as -1 to 101, and the TickmarkInterval = 10 the tickmark and the grid mark start in 0 and not in -1?
Thanks, João
it would be difficult to get the tickmarks to work in that fashion; the tendency of the chart would always be to start at -1.
try using the axis margins - increase the value of these properties:
Axis.X.Margin.Near.Value and
Axis.Y.Margin.Near.Value
Thanks,
Works perfectly.