PlotScatterSeries.MarkersStyle Property

Top 

Description

Sets the type of marker that will be used for this series.

 

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.

 

Attributes

Type:

integer

Access:

read/write

Default Value:

0 ( Rectangle )

Valid Values:

Value

Label

0

Rectangle

1

Circle

2

Triangle

3

Down Triangle

4

Cross

5

Diagonal Cross

6

Star

7

Diamond

8

Small Dot

10

Left Triangle

11

Right Triangle

12

Sphere

13

Polished Sphere

14

Hexagon

 

Syntax

myVariable1 = myPlotScatterSeries1.MarkersStyle;

 

myPlotScatterSeries1.MarkersStyle = myVariable1;

 

See also

PlotScatterSeries Object

Plot Series Guide