Chart properties access via script
I use a chart in FR5 and I want to change some properties by code (script) ie : the column associeted with the serie ...
Is there any doc about the chart properties ?
Is there any doc about the chart properties ?
Comments
chart1.Series[0].Active := false;
chart1.Series[1].Active := true;
see the usermanual on charts
I tried it and have an error (access violation in function : TFunctions.CallMethod).
In the user manual i see some lines about script entered values, but I would have informations about public properties & methods.