ActiveTraceJoinPoint property (XY Plot object)

Returns or sets whether points for the selected trace are connected with a line or display as point markers. Read/write. Boolean.
Syntax
XYPlot1
.
ActiveTraceJoinPoint
[ =
state
]
where
XYPlot1
- is the name of an XY Plot object or an expression that evaluates to an XY Plot object.
state - is a parameter of the type Boolean that can be set to one of the following:
  • True:
    Uses a line to connect points for the selected trace.
  • False
    : Uses markers to display points for the selected trace instead of connecting them with a line.
Example
Private Sub SetActiveTraceJoinPoint() XYPlot1.ActiveTraceJoinPoint = True End Sub
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal