| Author |
Message |
Paul Whygle
Guest
|
Posted:
Mon Oct 31, 2005 5:51 pm Post subject:
Charting |
|
|
Hi,
I want to chart some data (bar, pie chart, etc.). I have downloaded
several charting tools but I cannot seem to get any of them to work. Some
of them have provided some ambigious instructions and I have followed them
and the sharepoint site keeps kicking me to an error page when I try what
they say. Even the microsoft sharepoint tool: ChartWebPartLibrary has given
me issues. If i follow their instructions about changing wss_minimal it get
problems. Most of the time, the problem seems to be once I instntiate the
object, it messes up. just referencing it (without touching it) does not
seem to cause problems on most of these controls. Incidently, i can get all
of these controls working in just a normal custom server control that i
code.
Can anyone tell me how i can use a basic charting tool (ComponentOne,
Infragisitcs, etc) in a web part. I just need to know what changes need to
be made in what config files and even some basic code. This has been killin
me for a couple of days now! Please help.
Thanks in advanced.
Paul |
|
| Back to top |
|
 |
Gustavo
Guest
|
Posted:
Mon Oct 31, 2005 9:51 pm Post subject:
RE: Charting |
|
|
Hi Paul,
To use a dll as a reference in a WebPart, he needs to be Strong Named. If he
isn't, you need to have the source code to compile it with a Strong Name
inside, of ask the fabricant to give you a version that is Strong Named as
well.
Saludes,
Gustavo
http://www.gavd.net/servers/default.aspx
"Paul Whygle" wrote:
| Quote: | Hi,
I want to chart some data (bar, pie chart, etc.). I have downloaded
several charting tools but I cannot seem to get any of them to work. Some
of them have provided some ambigious instructions and I have followed them
and the sharepoint site keeps kicking me to an error page when I try what
they say. Even the microsoft sharepoint tool: ChartWebPartLibrary has given
me issues. If i follow their instructions about changing wss_minimal it get
problems. Most of the time, the problem seems to be once I instntiate the
object, it messes up. just referencing it (without touching it) does not
seem to cause problems on most of these controls. Incidently, i can get all
of these controls working in just a normal custom server control that i
code.
Can anyone tell me how i can use a basic charting tool (ComponentOne,
Infragisitcs, etc) in a web part. I just need to know what changes need to
be made in what config files and even some basic code. This has been killin
me for a couple of days now! Please help.
Thanks in advanced.
Paul
|
|
|
| Back to top |
|
 |
nevron
Guest
|
Posted:
Mon Oct 31, 2005 9:51 pm Post subject:
Re: Charting |
|
|
Hi Paul,
You can try the fully featured evaluation version of Nevron Chart for
ASP.NET. The component delivers rich charting functionality suitable
for presentation, scientific, financial and business charts. Nevron
Chart for ASP.NET supports GDI+ and OpenGL rendering, numerous charting
types and more.
If you are interested you can also evaluate the bundle Nevron Chart for
..NET (features both Windows Forms and Web Forms). You will also receive
the excellent support from Nevron team during the evaluation period.
Let me know if you have any questions or comments.
Regards,
Christo Bahchevanov
Nevron LLC |
|
| Back to top |
|
 |
Mark Andrews
Guest
|
Posted:
Tue Nov 01, 2005 5:51 pm Post subject:
Re: Charting |
|
|
I just started to look at the Dundas chart tool (specifically for OLAP) but
they had some instructions on how to use their
product in a webpart.
Mark
"Paul Whygle" <paul.whygle.NOSPAM@NOSPAM.vlsystems.com> wrote in message
news:OAx3saj3FHA.3296@TK2MSFTNGP09.phx.gbl...
| Quote: | Hi,
I want to chart some data (bar, pie chart, etc.). I have downloaded
several charting tools but I cannot seem to get any of them to work. Some
of them have provided some ambigious instructions and I have followed them
and the sharepoint site keeps kicking me to an error page when I try what
they say. Even the microsoft sharepoint tool: ChartWebPartLibrary has
given
me issues. If i follow their instructions about changing wss_minimal it
get
problems. Most of the time, the problem seems to be once I instntiate the
object, it messes up. just referencing it (without touching it) does not
seem to cause problems on most of these controls. Incidently, i can get
all
of these controls working in just a normal custom server control that i
code.
Can anyone tell me how i can use a basic charting tool (ComponentOne,
Infragisitcs, etc) in a web part. I just need to know what changes need
to
be made in what config files and even some basic code. This has been
killin
me for a couple of days now! Please help.
Thanks in advanced.
Paul
|
|
|
| Back to top |
|
 |
|
|
|
|