ActiveXAxisMaxValue property
Returns or sets the maximum value of the x-axis for the current tag in the runtime chart. Read/write. Single.
TIP:
This property will be implemented in a future release.
Syntax
XYPlot1
.ActiveXAxisMaxValue
[ = value
]where
XYPlot1
- is the name of an XY Plot object or an expression that evaluates to an XY Plot object.value
- is a parameter of the type Single that specifies the x-axis maximum value.Example
Private Sub SetActiveXAxisMaxValue() XYPlot1.ActiveXAxisMaxValue = 100 End Sub
Provide Feedback