Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 22
Default Dynamic graph

Hi Excel Gurus.

I would like to make a dynamic graph-plot - the dynamic part consists
of buttons next to the graph plot, where you can turn certain plots
"on and off".

As I vision it the sheet would count number of series (these are
already dynamic), then create -according to the number of series-
buttons for the graph, and name the buttons according to the name of
the reference series.

When you click the buttons, the plot should update and either add or
remove the specific set of series. (preferably without an extra update
button).

Any input would be great, since this is a bigger project :)
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 133
Default Dynamic graph

On Nov 21, 9:01 am, TFriis wrote:
Hi Excel Gurus.

I would like to make a dynamic graph-plot - the dynamic part consists
of buttons next to the graph plot, where you can turn certain plots
"on and off".

As I vision it the sheet would count number of series (these are
already dynamic), then create -according to the number of series-
buttons for the graph, and name the buttons according to the name of
the reference series.

When you click the buttons, the plot should update and either add or
remove the specific set of series. (preferably without an extra update
button).

Any input would be great, since this is a bigger project :)


Charts are complex objects with many properties. The easiest way to
customize one with VBA is to create what you want the chart to look
like manually first but with the Macro recorder on. You probably want
to select the maximum number of series that would actually be needed
so you can deselect some with logical IF's. Then use the Macro code
as a template for your customization by replacing selected static
parameters with variables and ranges that you collect either directly
or indirectly from the user via a dialog box or something.

BTW, use range Names rather than cell addresses for the series. Then
you can modify a range's dimensions without having to explicitly
update the code.

SteveM
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
Dynamic Graph Saxman Excel Programming 15 January 11th 07 01:33 PM
creating a dynamic graph violet Excel Programming 1 September 18th 06 02:58 AM
Dynamic Range with unused formula messing up x axis on dynamic graph [email protected] Charts and Charting in Excel 2 February 2nd 06 08:02 PM
problem with dynamic graph [email protected] Excel Worksheet Functions 1 April 11th 05 07:30 AM
Dynamic Graph Title Neil Excel Programming 1 December 3rd 03 03:05 PM


All times are GMT +1. The time now is 07: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"