PlotWindow.SetMarkerSize(Variable) Method

Top 

Description

Sets the size at which markers rendered in this PlotWindow will be drawn. Note that this is not valid for polynomial series and will have no effect if called.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

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

 

Method Signature

PlotWindow.SetMarkerSize(

Variable markerSize)

 

 

Arguments

markerSize


Description:

The size at which to draw markers in this PlotWindow.

Valid Range:

markerSize ≥ 1

 

 

 

Syntax

myPlotWindow1.SetMarkerSize(myVariable1);

 

 

See also

PlotWindow Object

PlotWindow Guide