Generating a graph using OWC

O

OWCUser

I am trying to generate a Line chart with data marker points using Office Web
Components. The Y axis is Logarithmic with max value at 1.00E-07 as the top
of the chart and minimum value of 1.00E-03 as the bottom value.
The values on the Y axis will be formatted in scientific notation
(0.00E+00). The Graph plots all the Negative Numbers like
(-2.78E-07,-2.76E-07 ,-2.70E-07 ) and misses the positive numbers
(8.81E-09,9.18E-09 ,3.99E-09). Can anybody explain why and how I can get to
plot these numbers.
 
A

Alvin Bruney

If you remove the log functionality, do the numbers still not show?

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
 
G

Geetha

If I remove the log functionality my numbers start showing but it just messes
my graph y axis.
--
Geetha


Alvin Bruney said:
If you remove the log functionality, do the numbers still not show?

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------

OWCUser said:
I am trying to generate a Line chart with data marker points using Office
Web
Components. The Y axis is Logarithmic with max value at 1.00E-07 as the
top
of the chart and minimum value of 1.00E-03 as the bottom value.
The values on the Y axis will be formatted in scientific notation
(0.00E+00). The Graph plots all the Negative Numbers like
(-2.78E-07,-2.76E-07 ,-2.70E-07 ) and misses the positive numbers
(8.81E-09,9.18E-09 ,3.99E-09). Can anybody explain why and how I can get
to
plot these numbers.
 
A

Alvin Bruney

Post a short, but complete program that demonstrates the problem.
See this link for short but complete programs
http://www.yoda.arachsys.com/csharp/complete.html
--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------

Geetha said:
If I remove the log functionality my numbers start showing but it just
messes
my graph y axis.
--
Geetha


Alvin Bruney said:
If you remove the log functionality, do the numbers still not show?

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------

OWCUser said:
I am trying to generate a Line chart with data marker points using
Office
Web
Components. The Y axis is Logarithmic with max value at 1.00E-07 as the
top
of the chart and minimum value of 1.00E-03 as the bottom value.
The values on the Y axis will be formatted in scientific notation
(0.00E+00). The Graph plots all the Negative Numbers like
(-2.78E-07,-2.76E-07 ,-2.70E-07 ) and misses the positive numbers
(8.81E-09,9.18E-09 ,3.99E-09). Can anybody explain why and how I can
get
to
plot these numbers.
 
G

Geetha

I am not sure how I can post the code here. I Have a generic object called
charting object, to which I pass an Xml which has all the properties needed
for a chart to be produced. Then the Charting object reads all the attributes
of the XML and produces the chart. The program which generates the XML is
also object based, There is a Web UI which gets user selection and there is
another object associated with the UI selection, which reads the selection
criteria and pull data based on the business logic and makes an XML required
for the chart and then calls the charting object. The charting object uses
OWC as reference, genertaes the chart as a Gif file and saves it in a folder.
Please advice me on how I can get all the code and post it here.
--
Geetha


Alvin Bruney said:
Post a short, but complete program that demonstrates the problem.
See this link for short but complete programs
http://www.yoda.arachsys.com/csharp/complete.html
--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------

Geetha said:
If I remove the log functionality my numbers start showing but it just
messes
my graph y axis.
--
Geetha


Alvin Bruney said:
If you remove the log functionality, do the numbers still not show?

--
Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The Microsoft Office Web Components Black Book with .NET
Now Available @ www.lulu.com/owc
Forth-coming VSTO.NET - Wrox/Wiley 2006
-------------------------------------------------------

I am trying to generate a Line chart with data marker points using
Office
Web
Components. The Y axis is Logarithmic with max value at 1.00E-07 as the
top
of the chart and minimum value of 1.00E-03 as the bottom value.
The values on the Y axis will be formatted in scientific notation
(0.00E+00). The Graph plots all the Negative Numbers like
(-2.78E-07,-2.76E-07 ,-2.70E-07 ) and misses the positive numbers
(8.81E-09,9.18E-09 ,3.99E-09). Can anybody explain why and how I can
get
to
plot these numbers.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top