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.
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 = myPlotPolynomialSeries1.MarkersStyle;
myPlotPolynomialSeries1.MarkersStyle = myVariable1;
|
See also
PlotPolynomialSeries Object
Plot Series Guide
|