Enum ExcelChartMarkerType
Specifies the marker style for a point or series in a line chart, scatter chart, or radar chart.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelChartMarkerType
Fields
Name | Description |
---|---|
Circle | Circular markers. |
Diamond | Diamond-shaped markers. |
DowJones | Represents the Dow Jones style in the custom marker option for Chart lines. |
None | No markers. |
PlusSign | Square markers with a plus sign. |
Square | Square markers. |
StandardDeviation | Represents the Standard Deviation style in the custom marker option for Chart lines. |
Star | Square markers with an asterisk. |
Triangle | Triangular markers. |
X | Square markers with an X. |