Hi,
I wanted to change the color of the datawindow graph created in PB.Net.
I created a user event with Event ID "pbm_dwngraphcreate".
I used the beloe function to change the color of the graph.
dw_1.SetDataStyle ("gr_1", 1,1,foreground!, ll_color)
dw_1.SetDataStyle ("gr_1", 1,1,shade!, ll_color)
dw_1.SetDataStyle ("gr_1", 1,1,LineColor!, ll_color)
But these are not getting reflected in datawindow. The same code with PB classic version works fine. But with .Net code its not working.
Is there anything we need to mention in particular for PB.net ?
Appreciate your help!.
Regards
Babin A B