ASE Home Page Products Download Purchase Support About ASE
ChartDirector General
Forum HomeForum Home   SearchSearch

Message ListMessage List     Post MessagePost Message

  Printing ..how ?
Posted by icm63 on Sep-30-2009 13:55
Question1:

I am using ChartD in asp.net2.0.

I send a chart png to a the browser ..

How does one find the png object to print the chart, how does one print full stop in html???

Question2:

I like this forum software, is it a commericial package for sale, or is a custom development.

Where can I get my hands on this type of forum web software ??

  Re: Printing ..how ?
Posted by Peter Kwan on Oct-01-2009 02:13
Hi icm63,

Q1.

The PNG created by ChartDirector can be printed just like any other PNG images. To print a web page, you may press the "Print" button on the browser, or right click on the image and select "Print Picture". The user interface of every browser is different. For details, please refer to the browser documentation.

You mentioned "How does one find the png object to print the chart". I am not sure what you mean by the "png object". (There is no "png" object defined in HTML or Javascript.) The <IMG> tag that represents the chart has an HTML ID of "<%=WebChartViewer1.ClientID%>". You can use this ID on the browser side to get the Image object.

In general, if you want to print a chart in a certain way, you would need to find out how to print a normal PNG image in the way you want. Then you can apply the same method to print the chart, as the chart is just a normal PNG image from the browser's point of view.

Q2.

The forum software we use is W-Agora. See:

http://www.w-agora.net/en/index.php

Hope this can help.

Regards
Peter Kwan