[]
        
(Showing Draft Content)

GC.Spread.Sheets.Charts.SymbolShape

Enumeration: SymbolShape

Sheets.Charts.SymbolShape

Specifies the shape of symbol in series

Table of contents

Enumeration members

Enumeration members

circle

circle = 0

Specifies a circle shall be drawn at each data point.


dash

dash = 1

Specifies a dash shall be drawn at each data point.


diamond

diamond = 2

Specifies a diamond shall be drawn at each data point.


dot

dot = 3

Specifies a dot shall be drawn at each data point.


none

none = 4

Doesn't draw any symbol at each data point.


picture

picture = 5

Specifies a picture shall be drawn at each data point.


plus

plus = 6

Specifies a plus shall be drawn at each data point.


square

square = 7

Specifies a square shall be drawn at each data point.


star

star = 8

Specifies a star shall be drawn at each data point.


triangle

triangle = 9

Specifies a triangle shall be drawn at each data point.


x

x = 10

Specifies an X shall be drawn at each data point.