In This Topic
Specifies the marker style for a point or series in a line chart, scatter chart, or radar chart.
Members
Member | Description |
Automatic | Specifies automatic markers. |
Circle | Specifies circular markers. |
Dash | Specifies long bar markers. |
Diamond | Specifies diamond-shaped markers. |
Dot | Specifies short bar markers. |
None | Specifies no markers. |
Picture | Specifies picture markers. |
Plus | Specifies square markers with a plus sign. |
Square | Specifies square markers. |
Star | Specifies square markers with an asterisk. |
Triangle | Specifies triangular markers. |
X | Specifies square markers with an X. |
Inheritance Hierarchy
java.lang.Object
java.lang.Enum
com.grapecity.documents.excel.drawing.MarkerStyle
See Also