Namespace: Spire.Presentation.Charts
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
Assembly: Spire.Presentation (in Spire.Presentation.dll) Version: 6.6.2.0 (6.6.2.6020)
Syntax
| C# | Visual Basic | Visual C++ | F# |
public enum ChartMarkerType
Public Enumeration ChartMarkerType
public enum class ChartMarkerType
type ChartMarkerType
Members
| Member | Value | Description |
|---|---|---|
| UnDefined | -1 | |
| Circle | 0 | |
| Dash | 1 | |
| Diamond | 2 | |
| Dot | 3 | |
| None | 4 | |
| Picture | 5 | |
| Plus | 6 | |
| Square | 7 | |
| Star | 8 | |
| Triangle | 9 | |
| X | 10 |