xy scatterplot

  1. E

    Creating charts with multiple data series (in a loop)

    Dear All, I am struggling trying to set up a code in VBA to create a chart in the active w/s. This chart should be a scatter line with no markers. The x values are constant for all the series (column A from A19 - the end will be dynamic). The y values will vary. The number of series will also...
  2. The_Rock

    X Y Scatter Graph Filtered with Data labels

    Hi All I found the following code on the MS Support site which adds custom data labels to scatter graphs. It working, however when I filter the data and then run the macro I get an 'Invalid Parameter' error. Any idea on how to modify it so it says to count only the visible cells? Thanks Sub...
  3. K

    problem using VBA to fill color of xy scatter points...

    I'm working on a macro that will format a chart so that it will look the same as all of my other charts. Getting the code set up for my XY Scatter charts has been causing problems. I've been recording keystrokes and then building the code from there. The issue I'm working on right now is this...
  4. M

    XY Scatter - Switch between Auto-scaling and Manual scaling referencing cell values

    First time poster... I have a XY Scatter Chart acting as a project timeline and want to allow individuals to zoom in on sections of the chart (Manual mode) and then switch back to the Excel auto-scale (Auto mode). I've added a tick box that when ticked it should auto-scale the chart and if...
  5. T

    Help adding input box to macro

    Hi All, I'd like to add a message box to the following macro. Sub FormatDataPoints() Dim i As Long With ActiveSheet.ChartObjects("Chart 1").Chart For i = 1 To 10 With .SeriesCollection(i) .MarkerStyle = 2 .MarkerSize = 7...
  6. T

    XY Scatterplot Chart Macro

    I have the following vba code, which should go through series 1-30 in chart 1 and format them according to the code. But the code tells me that there's an invalid parameter with the line "With .SeriesCollection(i)". Does anyone know what's going on? I'm at a loss. I thought this should work...
  7. T

    Help debugging error bar macro

    I have an xy scatterplot chart with multiple series. I'm trying to write a macro that will add error bars to the series of my choice. I wrote this, but I can't figure out the errors with the code. I would like the error bars to have custom values of 50, so that they cover the width and height of...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top