Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 4
Default 2 Questions about Excel Charts

1) I have a list of 50 points (X, Y) that I want to plot. In a third column,
I have the state corresponding to each point. How do I display these states
on the chart (without manually entering each)?

2) I want to create a Chart where the user can input a real number (without
switching to another sheet) that changes the chart (e.g., entering ALPHA for
a chart plotting "SIN(ALPHA*X)"). Listboxes, spinners only work for discrete
numbers, and I do not want to put the chart on an existing worksheet. How do
I create a link from a sheet to an editable value on a Chart?

Thank you,
Ken

  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default 2 Questions about Excel Charts

1. There are two good, free add-ins that perform this task nicely:

Rob Bovey's Chart Labeler, http://appspro.com
John Walkenbach's Chart Tools, http://j-walk.com

2. You could put a button on the chart, the button runs a macro, and the
macro uses an input box to get information from the user. Or you could use a
scrollbar, and set the max to something huge, like 100,000; divide this by
1000 to allow nearly continuous variation between 0 and 100. You can link a
textbox on the chart to the cell that contains the calculated value.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
Tutorials and Custom Solutions
http://PeltierTech.com
_______


"KenF" wrote in message
...
1) I have a list of 50 points (X, Y) that I want to plot. In a third
column,
I have the state corresponding to each point. How do I display these
states
on the chart (without manually entering each)?

2) I want to create a Chart where the user can input a real number
(without
switching to another sheet) that changes the chart (e.g., entering ALPHA
for
a chart plotting "SIN(ALPHA*X)"). Listboxes, spinners only work for
discrete
numbers, and I do not want to put the chart on an existing worksheet. How
do
I create a link from a sheet to an editable value on a Chart?

Thank you,
Ken



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Multiple Excel Charts to PowerPoint mustang25 Charts and Charting in Excel 22 September 2nd 08 05:10 AM
Running Excel 2000 VBA Application on Excel 2003 Excel Worksheet Functions 0 August 8th 06 06:04 PM
insert excel charts as objects mcarrington Charts and Charting in Excel 3 January 7th 06 04:57 AM
insert excel charts as objects mcarrington Excel Discussion (Misc queries) 0 January 5th 06 03:40 PM
Pasting excel sheets with charts Duane Charts and Charting in Excel 1 May 25th 05 09:07 PM


All times are GMT +1. The time now is 02:13 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"