Pass Chart Definition parameters to a Stored Procedure that contains all Nevron objects that an be changed.


https://www.nevron.com/Forum/Topic8234.aspx
Print Topic | Close Window

By Jacqueline Johnson - 11 Years Ago
I have developed a stored procedure with all the changeable settings from all the example Nevron charts because I would like to dynamically define how each chart will look per dataset.

Is it possible to pass paramter for example linewidth back to my stored proceduce which contains the query used by Nevron for linewidth in the line chart example?

I want to pass 1 to linewidth
Smooth for type of chart
marker - block etc. I don't want the user to define the chart.
By Nevron Support - 11 Years Ago

Hi Jacqueline,

We are not sure that we understand the question, please elaborate.

If you want to use a parameter to dynamically change a chart property you can use an expression, or if the property does not support expressions you can pass that parameter to custom code an use it there to modify that property.