Hi All,
Using PB12.5 classic here.
I have composite datawindow which combine datawindows below:
1. a tabular window with graph (a bar chart) - Name: d_graph
2. a tabular window with data - Name: d_data
In the composite window:
d_graph is named dw_1
d_data is named dw_2
I would like to change bar chart's colour on series for graph above. Is it possible?
I know the syntax for something like this as below, but it is just works for single datawindow and not composite window (example: a tabular window with graph)
dw_1.SetSeriesStyle("gr_1", "ABC", Foreground!, 9188608)
Kindly advise.
Thank you.
Regards,
Yow