C Code System Functions

The following table contains the C code system functions that applications call within C business functions to set chart properties in the web client.

System Functions

Description

JDE_SetDataXML(lpBhvrCom, int chartId, JCHAR * dataXml)

Call this system function to set DataXML for this chart.

JDE_SetGraphXML(lpBhvrCom, int chartId, JCHAR * graphXml)

Call this system function to set customized graphXML for this chart.

JDE_DrawChart(lpBhvrCom, int chartId)

Call this system function to render a chart. Assume its DataXML is correctly populated. to show the new result. Otherwise, the new properties won't be shown on the form.

C side system functions do not exist for the title, footnote, legend, and chart click properties.