Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
border on last cell of page effects border on beginning cell of ne | Excel Discussion (Misc queries) | |||
Border | Excel Discussion (Misc queries) | |||
Border help | Excel Programming | |||
Changing the border of one cell s/n change the border of adjacent | Excel Discussion (Misc queries) | |||
Border & Sum | Excel Programming |