Home > database >  Properties of modified data window
Properties of modified data window

Time:09-16

Has built A graph data window, trend chart is used to display A set of values, but the value of group A and group B value data interval is different, need to change the ordinate of maximum minimum, could you tell me how to dynamically change?

For example: group A maximum of 10 minimum of 20
Group B the maximum of 30 the minimum of 50

The default setting for group A, transformation of group B, the maximum minimum value of the ordinate how to change?

CodePudding user response:

How to create a few line bai

CodePudding user response:

refer to the original poster u012435583 response:
has built A graph data window, trend chart is used to display A set of values, but the value of group A and group B value data interval is different, need to change the ordinate of maximum minimum, could you tell me how to dynamically change?

For example: group A maximum of 10 minimum of 20
Group B the maximum of 30 the minimum of 50

The default setting for group A, transformation of group B, the maximum minimum value of the ordinate how to change?


Dw_1. Object. Graph_1. Values. AutoScale=FALSE
Dw_1. Modify (" graph_1. Values. MaximumValue=https://bbs.csdn.net/topics/50 ")
Dw_1. Modify (" graph_1. Values. MinimumValue=https://bbs.csdn.net/topics/30 ")
  • Related