PlotWindow.SetMarkerVisibility(Variable, Variable) Method

Top 

Description

Sets whether markers will be shown on each Series contained within this PlotWindow. Note that this is not valid for polynomial series and will have no effect if called.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

PlotWindow.SetMarkerVisibility(

Variable showMarkers,


Variable markerSize)

 

 

Arguments

showMarkers


Description:

Flag whether markers will be drawn in this PlotWindow

Valid Values:

Value

Label

0

false

1

true

 

 

 

markerSize


Description:

The size at which to draw markers in this PlotWindow.

Valid Range:

markerSize ≥ 1

 

 

 

Syntax

myPlotWindow1.SetMarkerVisibility(myVariable1, myVariable2);

 

 

See also

PlotWindow Object

PlotWindow.SetMarkerVisibility

PlotWindow Guide