In 8.1, I used:
Call GRAPHObjOpen("2DAxis1")
Call GRAPHObjOpen("2DObj1_Curve1")
D2CCHNX ="Time"
D2CCHNY ="A010"
D2CAXISPAIRNO =1
D2CCURVETYPE ="Line"
D2CURVECOLOR ="black"
D2CURVECOLORRGB =33554432
Call GRAPHObjClose("2DObj1_Curve1")
Call GRAPHObjClose("2DAxis1")
To modify curves within a report object From a VBS script.
In 9.0, when I try this, I get an error that reads
(Object �2DObj1_Curve1� Unknown or not open�)
Has the 2DObj naming convention changed and if so
What are the new rules?
Is there a �What�s different between DIAdem 8.1 and 9.0� download I can read to get up to speed?