Hello
My xyScatter chart has an annoying habit of always including the origin. Often I'm only interested in the immediate range of the data being plotted.
Is there a method to disregard the origin? I've included the code for the chart data. I would like a chart property that "zooms" in on the data range.
'ActiveChart.SeriesCollection.NewSeries
' ActiveChart.FullSeriesCollection(1).Select
' With Selection
' .XValues = Range("StdCalc")
' .Values = Range("StdVal")
' .MarkerStyle = xlMarkerStyleX
' .MarkerSize = 10
' .MarkerForegroundColor = RGB(0, 0, 200)
' End With
Thanks for any advice
Tom
My xyScatter chart has an annoying habit of always including the origin. Often I'm only interested in the immediate range of the data being plotted.
Is there a method to disregard the origin? I've included the code for the chart data. I would like a chart property that "zooms" in on the data range.
'ActiveChart.SeriesCollection.NewSeries
' ActiveChart.FullSeriesCollection(1).Select
' With Selection
' .XValues = Range("StdCalc")
' .Values = Range("StdVal")
' .MarkerStyle = xlMarkerStyleX
' .MarkerSize = 10
' .MarkerForegroundColor = RGB(0, 0, 200)
' End With
Thanks for any advice
Tom