Description
Sets the type of marker that will be used for this series.
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.
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
|