I am using PHP.
There is a visifire chart object inserted into an html page with JavaScript.
When i print the page the chart is not displayed.
Is the a way to print it?
Asked
Active
Viewed 151 times
0

lvil
- 4,326
- 9
- 48
- 76
-
You could start by showing us what you've done.... – chip Nov 06 '12 at 08:21
-
it is too much code, but it is something like this: http://www.visifire.com/visifire_charts_gauges_documentation.php?target=silverlight silverlight->charts->quickstart->working with javascript – lvil Nov 06 '12 at 09:48
1 Answers
0
Can you tell me how are you exporting the chart? You Have to set ToolBarEnabled property in Chart in order to print it?

sharmila
- 1,493
- 5
- 23
- 42
-
I mean, not from the chart itself, but when I print the page form the browser. – lvil Nov 06 '12 at 11:45
-
@livil, You wont be able to print Silverlight object using the browser. You need to use Silverlight print functionality provided by Visifire. Check out the link http://www.visifire.com/documentation/Visifire_Documentation/Charts/Reference/Attribute_Reference/ToolBarEnabled1.htm – sharmila Nov 07 '12 at 09:05
-
-
No.You cant print silverlight object using the browser's print functionality. You will have to use the silverlight print functionality provided by Visifire in order to print the chart. Please check the documentation http://www.visifire.com/documentation/Visifire_Documentation/Charts/Reference/Attribute_Reference/ToolBarEnabled1.htm – sharmila Nov 07 '12 at 11:00