Design question. I want to put a chart in a report. I use Google charts and I need to set the properties of the chart. I have set the library in the
I have the chart on a form and it works well. What I curious to learn is the best place to put the chart properties in the report. Events are limited. The graph is in the detail section and I can add a procedure to that section. I just not sure it if fires when the report is run, or needs an event.
Specifically, this text.
AnalysisGraph.options = "{"trendlines": {"0": {"type": "linear", "color": "green", "lineWidth": "3","opacity": "0.
3","showR2": "true", "visibleInLegend": "true" }}}"
Any suggestions?