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

Hi, I have export the data to excel from Vb, then add the graph in excel
and set my secondary axis as..
..SeriesCollection(4).AxisGroup = xlSecondary
then how we set this group only as chatrtype as xlLine

--
Message posted via http://www.officekb.com
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,560
Default putting graph as Line

Hi,
I think this will do it, but you ned to select the chart first.

ActiveChart.ChartType = xlLineMarkers

Thanks,

"shah firdaous via OfficeKB.com" wrote:

Hi, I have export the data to excel from Vb, then add the graph in excel
and set my secondary axis as..
..SeriesCollection(4).AxisGroup = xlSecondary
then how we set this group only as chatrtype as xlLine

--
Message posted via http://www.officekb.com

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,071
Default putting graph as Line

Loop through every series in the chart's seriescollection and check the
axisgroup. If it is xlsecondary, set the series charttype to line.

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions

In article ,
says...
Hi, I have export the data to excel from Vb, then add the graph in excel
and set my secondary axis as..
.SeriesCollection(4).AxisGroup = xlSecondary
then how we set this group only as chatrtype as xlLine


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
Putting text into graph Kirsty Charts and Charting in Excel 3 February 24th 09 08:55 PM
How to convert a dotted line to a solid line in a line graph Sharlz Charts and Charting in Excel 1 January 14th 09 04:51 AM
chart keeps putting the values together on same line NocturnalLunacy Excel Discussion (Misc queries) 1 January 6th 09 06:13 PM
Putting line between formula Killer Excel Discussion (Misc queries) 4 June 13th 07 05:09 AM
Putting a label on the x-axis of a column graph [email protected] Charts and Charting in Excel 1 May 19th 05 01:05 PM


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