Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 1
Default Charts, HTML, offset

i have created a few charts that use =offset and comboxes to display
different data depending on which name is chosen.

a b a b a
1 day 1 day 2 day 3 day 4
2 John 12 16 15 17
3 Marie 11 13 15 16
4 Sandra 10 11 14 15
5 Alex 9 13 16 18

is there a way i can post the combo box with the chart in a html chart? i
am trying to show improvement one person at a time...

thanks
  #2   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 3,346
Default Charts, HTML, offset

Hi,

It doesn't seem like you can publish a chart with interactive components, at
least not from inside of Excel.

Cheers,
Shane Devenshire

"Snadyeka" wrote:

i have created a few charts that use =offset and comboxes to display
different data depending on which name is chosen.

a b a b a
1 day 1 day 2 day 3 day 4
2 John 12 16 15 17
3 Marie 11 13 15 16
4 Sandra 10 11 14 15
5 Alex 9 13 16 18

is there a way i can post the combo box with the chart in a html chart? i
am trying to show improvement one person at a time...

thanks

  #3   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Charts, HTML, offset

I would think that Google's Chart API would be a good place to look for
internet-based charts. I haven't tried them out yet, only admired them from
afar, but what I've seen looks promising.

http://code.google.com/apis/chart/

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



"Shane Devenshire" wrote in
message ...
Hi,

It doesn't seem like you can publish a chart with interactive components,
at
least not from inside of Excel.

Cheers,
Shane Devenshire

"Snadyeka" wrote:

i have created a few charts that use =offset and comboxes to display
different data depending on which name is chosen.

a b a b a
1 day 1 day 2 day 3 day 4
2 John 12 16 15 17
3 Marie 11 13 15 16
4 Sandra 10 11 14 15
5 Alex 9 13 16 18

is there a way i can post the combo box with the chart in a html chart?
i
am trying to show improvement one person at a time...

thanks



  #4   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 4
Default Charts, HTML, offset


I would think that Google's Chart API


FYI

If one knows Excel's VBA charting and / or
Office Web Components (OWC) charting via
scripting / C++ or C# then one can easily
use the newer Microsoft's .NET Chart Control.

Microsoft's newer charting (comes in .NET 4)
but out now (.NET 3.5) for Internet / server-side
ASP.NET and stand alone .NET apps and even at the
newer command line usage - via Windows PowerShell.

Samples Environment for Microsoft Chart Controls - Home
http://code.msdn.microsoft.com/mschart

ChartBuilder - (Silverlight version)
http://delay.members.winisp.net/ChartBuilder/

[A collection of great Silverlight Charting resources!]
http://blogs.msdn.com/delay/archive/...resources.aspx

It's a whole new world of charting!


  #5   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 4
Default Charts, HTML, offset



Microsoft's newer charting (comes in .NET 4)
but out now (.NET 3.5) for Internet /
server-side ASP.NET and stand alone .NET
apps and even at the newer command line
usage - via Windows PowerShell.


Oh and it comes with a charting data binder
for Excel files too!




  #6   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Charts, HTML, offset

Does this suffer from the same licensing constraints as OWC? The licensing
and the overhead directed me away from OWC and anything later. Then Google
came along with a pretty easy alternative.

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


"Flowering Weeds" wrote in message
...

I would think that Google's Chart API


FYI

If one knows Excel's VBA charting and / or
Office Web Components (OWC) charting via
scripting / C++ or C# then one can easily
use the newer Microsoft's .NET Chart Control.

Microsoft's newer charting (comes in .NET 4)
but out now (.NET 3.5) for Internet / server-side
ASP.NET and stand alone .NET apps and even at the
newer command line usage - via Windows PowerShell.

Samples Environment for Microsoft Chart Controls - Home
http://code.msdn.microsoft.com/mschart

ChartBuilder - (Silverlight version)
http://delay.members.winisp.net/ChartBuilder/

[A collection of great Silverlight Charting resources!]
http://blogs.msdn.com/delay/archive/...resources.aspx

It's a whole new world of charting!




  #7   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 4
Default Charts, HTML, offset


Does this suffer from the same
licensing constraints as OWC?


Microsoft acquires Dundas’s data visualization
http://blogs.msdn.com/bimusings/arch...load-ctp3.aspx

Microsoft Chart Control vs. Dundas Chart Control
http://blogs.msdn.com/alexgor/archiv...t-control.aspx

Microsoft Chart Control is .NET
(not OWC) released as a download
now for .NET Framework 3.5 but will be a
regular .NET class in 4.0 (next year?).

So it is the same as any .NET class.

Perhaps ask (or search) here

http://social.technet.microsoft.com/...bChart/threads

Also there is a Silverlight version for
Windows and the below is Mono (Linux):

Silverlight Toolkit, now MS-PL - Miguel de Icaza
http://tirania.org/blog/archive/2008/Nov-10.html

The licensing and the overhead
directed me away from OWC and
anything later.


Perhaps OWC licensing and etc. has changed.

Perhaps ask (or search) here.

microsoft.public.office.developer.web.components

Yep a whole new world of charting,
maps and gadgets!


  #8   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 6,582
Default Charts, HTML, offset

"Flowering Weeds" wrote in message
...

Does this suffer from the same
licensing constraints as OWC?


Microsoft acquires Dundas’s data visualization
http://blogs.msdn.com/bimusings/arch...load-ctp3.aspx



Yeah, I read about that. I guess Excel 2007 charts aren't pretty enough.
This will sure improve them:
http://www.dundas.com/Dashboards/BestPractices.aspx


Microsoft Chart Control vs. Dundas Chart Control
http://blogs.msdn.com/alexgor/archiv...t-control.aspx

Microsoft Chart Control is .NET
(not OWC) released as a download
now for .NET Framework 3.5 but will be a
regular .NET class in 4.0 (next year?).

So it is the same as any .NET class.



The burden isn't licensing then.


Perhaps ask (or search) here

http://social.technet.microsoft.com/...bChart/threads

Also there is a Silverlight version for
Windows and the below is Mono (Linux):

Silverlight Toolkit, now MS-PL - Miguel de Icaza
http://tirania.org/blog/archive/2008/Nov-10.html

The licensing and the overhead
directed me away from OWC and
anything later.


Perhaps OWC licensing and etc. has changed.

Perhaps ask (or search) here.

microsoft.public.office.developer.web.components

Yep a whole new world of charting,
maps and gadgets!



Don't forget dials and gauges, donuts and pies. 3D effects, shadows,
transparent features. Cool.

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


  #9   Report Post  
Posted to microsoft.public.excel.charting
external usenet poster
 
Posts: 4
Default Charts, HTML, offset


Yep a whole new world of charting,


donuts and pies. 3D effects, shadows,
transparent features. Cool.


And one can do this at the command line
of Windows PowerShell (the automation
tool or the .NET cmd.exe clone) by typing
each line, one at a time or put the lines into
a file and call the file too!

[System.Reflection.Assembly]::LoadWithPartialName("System.Windows.Forms.DataVi sualization")

$chart1 = New-Object
System.Windows.Forms.DataVisualization.Charting.Ch art
$chart1.size = New-Object System.Drawing.Size(560, 310)

$chartArea1 = New-Object
System.Windows.Forms.DataVisualization.Charting.Ch artArea
$chartArea1.BackColor = "Silver"
$chart1.ChartAreas.Add($chartArea1)

$series1 = New-Object
System.Windows.Forms.DataVisualization.Charting.Se ries
$series1.Points.Add(23)
$series1.Points.Add(19)
$series1.Points.Add(11)
$chart1.Series.Add($series1)

# For Excel - create a data binder as a reader that
# reads the Excel file (a few more lines) then call.
# $chart1.DataBindTable($theReader, "Row to use for X")

# Show in a .NET form (etc.) or save.
$chartName = "$pwd\testChart.gif"
$chart1.SaveImage("$chartName",[System.Windows.Forms.DataVisualization.Charting.Ch artImageFormat]::Gif)

# Show the chart in the default image viewer.
invoke-item testChart.gif

Exit

For more Windows PowerShell (charting)

Perhaps ask (or search) here

microsoft.public.windows.powershell

Have fun with it all.


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
Stop excel from processing HTML? IE paste raw html. nick Excel Discussion (Misc queries) 2 April 21st 23 05:12 PM
Compare Cell Values, Offset(-1,0), Offset(-1,-1), and xlFillDefaul RyGuy Excel Worksheet Functions 2 September 28th 07 10:54 PM
importing numbers from html-charts amsterdam-quick Charts and Charting in Excel 0 February 8th 07 07:04 PM
OFFSET Charts - moving data length Paul Dennis Charts and Charting in Excel 0 December 19th 06 05:10 PM
Dynamic Charts Offset CSK Charts and Charting in Excel 4 March 17th 06 07:37 PM


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

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

About Us

"It's about Microsoft Excel"