ChartMarkerType Enumeration
 | 
Chart marker types.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public enum ChartMarkerType
 
Public Enumeration ChartMarkerType
 
public enum class ChartMarkerType
 
 
 
 
Members
 
| 
 | 
Member name
 | 
Value
 | 
Description
 | 
| 
 | 
None
 | 
0
 | 
Represents the None option for the marker type.
 | 
| 
 | 
Square
 | 
1
 | 
Represents the square style in the custom marker option for Chart lines.
 | 
| 
 | 
Diamond
 | 
2
 | 
Represents the diamond style in the custom marker option for Chart lines.
 | 
| 
 | 
Triangle
 | 
3
 | 
Represents the Triangle style in the custom marker option for Chart lines.
 | 
| 
 | 
X
 | 
4
 | 
Represents the X style in the custom marker option for Chart lines.
 | 
| 
 | 
Star
 | 
5
 | 
Represents the Star style in the custom marker option for Chart lines.
 | 
| 
 | 
DowJones
 | 
6
 | 
Represents the Dow Jones style in the custom marker option for Chart lines.
 | 
| 
 | 
StandardDeviation
 | 
7
 | 
Represents the Standard Deviation style in the custom marker option for Chart lines.
 | 
| 
 | 
Circle
 | 
8
 | 
Represents the Circle style in the custom marker option for Chart lines.
 | 
| 
 | 
PlusSign
 | 
9
 | 
Represents the Plus style in the custom marker option for Chart lines.
 | 
| 
 | 
Auto
 | 
10
 | 
Represents the Auto style in the custom marker option for Chart lines.
 | 
| 
 | 
Picture
 | 
11
 | 
Represents the Picture style in the custom marker option for Chart lines.
 | 
 
 
See Also