Browse by Tags

Related Posts

  • Re: OWC Com exception error

    Hi, yes I have! You have to read carefully and follow exactly what is written in the article which I send the link. You will find the solution there. http://aspnet.4guysfromrolla.com/articles/080603-1.2.aspx You have to be really carefull when you read the section called " Installing OWC10 on the...
    Posted to Component Discussions (Forum) by mlemmi on 07-17-2008, 12:00 AM
    Filed under: owc, asp.net chart, chart, component
  • Re: OWC Com exception error

    I prefer to post a block with code (for different kind of chart but is the same): ChartSpace1 = New OWC.ChartSpace() Dim c As Object c = ChartSpace1.Constants ChartSpace1.Border.Color = c.chColorNone Chart1 = ChartSpace1.Charts.Add(0) Chart1_Series1 = Chart1.SeriesCollection.Add(0) Chart1_Series1.Type...
    Posted to Component Discussions (Forum) by mlemmi on 06-26-2008, 12:00 AM
    Filed under: owc, ASP.NET, asp.net chart, Components, chart, chart control
  • OWC Com exception error

    Hello, Trying to get OWC11 to work within aspx page using VWD2005 Express. When I debug the code I'm getting the following error :- Member not found. (Exception from HRESULT: 0x80020003 (DISP_E_MEMBERNOTFOUND)) at the code line ChartSpace1.Charts(0).SeriesCollection(0).SetData(c.chDimCategories,...
    Posted to Component Discussions (Forum) by fuzzster967 on 10-12-2007, 12:00 AM
    Filed under: owc, web controls, ASP.NET, Components, chart, chart control
  • Score/Time chart with Office Web Component (OWC)

    Hello ! I want to draw a chart with the Office Web Component. I read many articles (on 4guys, csharphelp etc), but found no "official" documentation and/or example. And I'm struggling to find how I can do what I want. Here is the code I use for generating a (test) chart : 1 Dim Graphique As New ChartSpace...
    Posted to Component Discussions (Forum) by cosmo0 on 02-28-2007, 12:00 AM
    Filed under: owc, chart
Page 1 of 1 (4 items)