I have a chart that is set to dynamically update to reflect the last two years of data from a data table. The updating is accomplished through OFFSET and COUNT formulas saved in Named Ranges. The chart depicts percentages as the data and on the Y axis and months/years on the X axis, plotting the progression of the percentages over time. All the chart points are size 7. On another sheet, I have a schedule of dates in mon-day-year format. I need to customize the data points on the chart which correspond to the dates on the schedule to be size 15. I have tried manually adjusting the desired points to be size 15, but then when another row is added to the data table and the dynamic updating takes place the customized points do not move with the data and instead remain static in place on the chart. This is taking place because I am customizing a fixed point on the chart whereas I need the customization of the chart points to move dynamically with the data.
I have been trying to get VB to assign a chart point's properties according to the value of the x axis label but with no luck so far...
I have been trying to get VB to assign a chart point's properties according to the value of the x axis label but with no luck so far...