VBA & Charts: How to make mouse hoverover event Values A Larger Font?

CrunchMasterMatt

Board Regular
Joined
Jul 20, 2012
Messages
123
I picked an excel Chart Style called: "Line With Markers"

The chart plots 3 data series points (the asterix's * shown below in the chart) representing 3 monthly payment amounts, over 3 years time.

The Horizontal Axis is Year 1, 2 & 3
The Vertical Axis is the Dollar Amount of the monthly payment.

The payment rises over time, so the chart looks like this:
------------------------------------------------------------------------------------
$100 | *
$50 | *
$0 | *
|__________________
Year 1 2 3

------------------------------------------------------------------------------------

If you 'mouse over' the data points in the chart (the asterix's * shown above) then you cause a default excel chart event to fire, which renders a tool tip looking shape with text inside of it rendering the exact Value of the Series Point. For example, it might be $52.37 in year 2, per the above chart example.

My question is: Can you make the Series Point hover shape text (which shows the monthly payment) any larger?

Thank You!!
 

Excel Facts

Return population for a City
If you have a list of cities in A2:A100, use Data, Geography. Then =A2.Population and copy down.
Hi

You could use mouse related chart events to show any of the following objects with that information:

- A message box
- A user form with big, colorful text
- A shape with big, colorful text

This can be done for chart sheets or embedded charts. The page below is a comprehensive guide on this subject. Tell me if you need further help.

Chart Events in Microsoft Excel - Peltier Tech Blog
 
Upvote 0

Forum statistics

Threads
1,214,911
Messages
6,122,198
Members
449,072
Latest member
DW Draft

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