Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 80
Default getting rid of the border

hey all,
i'm using Office Web Components for Visual Studio 2005 and was just
wondering if anyone knows the syntax to remove the border around the chart?

Here is a snippet of my C# code that works:

oChartSpace.Charts.Add(0);
oChartSpace.Charts[0].SeriesCollection.Add(0);
// x-axis labels
oChartSpace.Charts[0].SeriesCollection[0].SetData(OWC10.ChartDimensionsEnum.chDimCategories ,
Convert.ToInt32(OWC10.ChartSpecialDataSourcesEnum. chDataLiteral),names );
// y-axis labels
oChartSpace.Charts[0].SeriesCollection[0].SetData(OWC10.ChartDimensionsEnum.chDimValues,
Convert.ToInt32(OWC10.ChartSpecialDataSourcesEnum. chDataLiteral),totals );

oChartSpace.Charts[0].HasLegend = true;

Thanks,
rodchar
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
border on last cell of page effects border on beginning cell of ne GaryE Excel Discussion (Misc queries) 0 March 23rd 09 05:47 AM
Border Neil Pearce Excel Discussion (Misc queries) 1 February 26th 08 04:59 PM
Border help erikkeith via OfficeKB.com Excel Programming 8 May 7th 06 01:22 PM
Changing the border of one cell s/n change the border of adjacent gjanssenmn Excel Discussion (Misc queries) 2 October 5th 05 08:35 PM
Border & Sum teresa Excel Programming 3 December 31st 04 06:30 PM


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