Enum eMarkerStyle
- Namespace
- OfficeOpenXml.Drawing.Chart
- Assembly
- EPPlus.dll
Markerstyle
public enum eMarkerStyle
Fields
Circle = 0
The shape of a circle
Dash = 1
The shape of a dash
Diamond = 2
The shape of a diamond
Dot = 3
The shape of a dot
None = 4
No marker
Picture = 5
A picture, currently unsupported
Plus = 6
The shape of a plus
Square = 7
The shape of a square
Star = 8
The shape of a star
Triangle = 9
The shape of a triangle
X = 10
The shape of a X