ChartMarkerType Enumeration
|
Chart marker types.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum ChartMarkerType
Public Enumeration ChartMarkerType
public enum class ChartMarkerType
Members
|
|
Member name
|
Value
|
Description
|
|
|
UnDefined
|
-1
|
|
|
|
Circle
|
0
|
Represents the circle style in the custom marker option for Chart lines.
|
|
|
Dash
|
1
|
Represents the dash style in the custom marker option for Chart lines.
|
|
|
Diamond
|
2
|
Represents the diamond style in the custom marker option for Chart lines.
|
|
|
Dot
|
3
|
Represents the dot style in the custom marker option for Chart lines.
|
|
|
None
|
4
|
Specifies nothing style in the custom marker option for Chart lines.
|
|
|
Picture
|
5
|
Represents the picture style in the custom marker option for Chart lines.
|
|
|
Plus
|
6
|
Represents the plus style in the custom marker option for Chart lines.
|
|
|
Square
|
7
|
Represents the square style in the custom marker option for Chart lines.
|
|
|
Star
|
8
|
Represents the star style in the custom marker option for Chart lines.
|
|
|
Triangle
|
9
|
Represents the triangle style in the custom marker option for Chart lines.
|
|
|
X
|
10
|
Specifies an X style in the custom marker option for Chart lines.
|
See Also