hi,
In grahp datawindow there is AutoScale property in Axis tab that can be set in design time, once it is off
then further properties like MaximumValue and MinimumValue can be set. But I want to set it at runtime
in scrip in and unable to find correct dot notation.
I am able to this:
dw_graph.Object.gr_MA.values.Autoscale=FALSE
but not this:
dw_graph.Object.gr_MA.Values.MaximumValue = 80
dw_graph.Object.gr_MA.Values.MinimumValue = 10
I get error: "Type mismatch accessing external object property".
Please see attached jpg.
Thanks.