2.5.335 XmlTkSymbolFrt

The XmlTkSymbolFrt structure specifies which built-in marker style is applied to the data markers of the current line, scatter or radar chart group.


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

markerStyle

...

markerStyle (6 bytes): An XmlTkToken that specifies the built-in marker style applied to the data markers of the current line, scatter or radar chart group. The markerStyle.xtHeader.xmlTkTag MUST be equal to 0x0022. It overrides the imk field of the MarkerFormat record when the fAuto field of the MarkerFormat record is set to 1. The markerStyle.dValue field MUST be equal to a value from the following table:

Value

Meaning

0x0023

Specifies nothing shall be drawn at each data point.

0x0024

Specifies a diamond shall be drawn at each data point.

0x0025

Specifies a square shall be drawn at each data point.

0x0026

Specifies a triangle shall be drawn at each data point.

0x0027

Specifies an X shall be drawn at each data point.

0x0028

Specifies a star shall be drawn at each data point.

0x0029

Specifies a dot shall be drawn at each data point.

0x002A

Specifies a dash shall be drawn at each data point.

0x002B

Specifies a circle shall be drawn at each data point.

0x002C

Specifies a plus shall be drawn at each data point.