PlotWindow.SetMarkerVisibility(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)

 

 

Arguments

showMarkers


Description:

Flag whether markers will be drawn in this PlotWindow

Valid Values:

Value

Label

0

false

1

true

 

 

 

 

Syntax

myPlotWindow1.SetMarkerVisibility(myVariable1);

 

 

See also

PlotWindow Object

PlotWindow.SetMarkerVisibility

PlotWindow Guide