Class ExcelChartMarkerType
Specifies the marker style for a point or series in a line chart, scatter chart, or radar chart.
Inheritance
System.Object
ExcelChartMarkerType
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class ExcelChartMarkerType : Enum
Fields
Circle
Circular markers.
Declaration
public const ExcelChartMarkerType Circle
Field Value
Type |
---|
ExcelChartMarkerType |
Diamond
Diamond-shaped markers.
Declaration
public const ExcelChartMarkerType Diamond
Field Value
Type |
---|
ExcelChartMarkerType |
DowJones
Represents the Dow Jones style in the custom marker option for Chart lines.
Declaration
public const ExcelChartMarkerType DowJones
Field Value
Type |
---|
ExcelChartMarkerType |
None
No markers.
Declaration
public const ExcelChartMarkerType None
Field Value
Type |
---|
ExcelChartMarkerType |
PlusSign
Square markers with a plus sign.
Declaration
public const ExcelChartMarkerType PlusSign
Field Value
Type |
---|
ExcelChartMarkerType |
Square
Square markers.
Declaration
public const ExcelChartMarkerType Square
Field Value
Type |
---|
ExcelChartMarkerType |
StandardDeviation
Represents the Standard Deviation style in the custom marker option for Chart lines.
Declaration
public const ExcelChartMarkerType StandardDeviation
Field Value
Type |
---|
ExcelChartMarkerType |
Star
Square markers with an asterisk.
Declaration
public const ExcelChartMarkerType Star
Field Value
Type |
---|
ExcelChartMarkerType |
Triangle
Triangular markers.
Declaration
public const ExcelChartMarkerType Triangle
Field Value
Type |
---|
ExcelChartMarkerType |
X
Square markers with an X.
Declaration
public const ExcelChartMarkerType X
Field Value
Type |
---|
ExcelChartMarkerType |