ActiveTraceLineDashStyle property (XY Plot object)

Returns or sets the line dash style for the selected trace. Read/write. Long.
Syntax
XYPlot1
.
ActiveTraceLineDashStyle
[ =
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 Long that specifies the line dash style. Valid values are:
  • Solid = 0
  • Dash = 1
  • Dot = 2
  • Dashdot = 3
  • DashDotDot = 4
Example
Private Sub SetActiveTraceLineDashStyle() XYPlot1.ActiveTraceLineDashStyle = 1 End Sub
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal