Enum eMarkerStyle
Markerstyle
Namespace: OfficeOpenXml.Drawing.Chart
Assembly: EPPlus.dll
Syntax
public enum eMarkerStyle
Fields
Name | Description |
---|---|
Circle | The shape of a circle |
Dash | The shape of a dash |
Diamond | The shape of a diamond |
Dot | The shape of a dot |
None | No marker |
Picture | A picture, currently unsupported |
Plus | The shape of a plus |
Square | The shape of a square |
Star | The shape of a star |
Triangle | The shape of a triangle |
X | The shape of a X |