Draw Text on OWC Chart Control

  • Thread starter Thread starter kamal anand
  • Start date Start date
K

kamal anand

Hi

if i say

public void AfterFinalRender(object sender, Microsoft.Office.Interop.
OWC10.IChartEvents_AfterFinalRenderEvent e)
{
---------
---------
}

it shows an error:
--------------------
Compiler Error Message: CS0234: The type or namespace name 'OWC10' does
not exist in the class or namespace 'Microsoft.Office.Interop' (are you
missing an assembly reference?)

where is th problem, how to solve it.

Thanx
kamal anand
 
Please post this in *.office.deveoper.web.components. This is an ASP.NET
forum. In any event, you will want to make sure that your office PIA's are
installed and accessibility and that you have a reference to these
libraries.
 
Unknown,
Are you asking how to draw text on an OWC Chart control? Because there isn't
any body to your post. I'm not sure if the OWC chart control offers that
feature. You will probably be better off posting in
office.deveoper.web.components group.
Peter
 
Back
Top