Class OfficeChartMarkerType
Specifies the marker type for a point or series in a line chart, scatter chart, or radar chart.
Inheritance
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.NET.dll
Syntax
public sealed class OfficeChartMarkerType : Enum
Fields
Circle
Indicates the Circle style in the custom marker option for Chart lines.
Declaration
public const OfficeChartMarkerType Circle
Field Value
Type |
---|
OfficeChartMarkerType |
Diamond
Indicates the diamond style in the custom marker option for Chart lines.
Declaration
public const OfficeChartMarkerType Diamond
Field Value
Type |
---|
OfficeChartMarkerType |
DowJones
Indicates the Dow Jones style in the custom marker option for Chart lines.
Declaration
public const OfficeChartMarkerType DowJones
Field Value
Type |
---|
OfficeChartMarkerType |
None
Indicates no markers.
Declaration
public const OfficeChartMarkerType None
Field Value
Type |
---|
OfficeChartMarkerType |
PlusSign
Indicates the Plus style in the custom marker option for Chart lines.
Declaration
public const OfficeChartMarkerType PlusSign
Field Value
Type |
---|
OfficeChartMarkerType |
Square
Indicates the square style in the custom marker option for Chart lines.
Declaration
public const OfficeChartMarkerType Square
Field Value
Type |
---|
OfficeChartMarkerType |
StandardDeviation
Indicates the Standard Deviation style in the custom marker option for Chart lines.
Declaration
public const OfficeChartMarkerType StandardDeviation
Field Value
Type |
---|
OfficeChartMarkerType |
Star
Indicates the Star style in the custom marker option for Chart lines.
Declaration
public const OfficeChartMarkerType Star
Field Value
Type |
---|
OfficeChartMarkerType |
Triangle
Indicates the Triangle style in the custom marker option for Chart lines.
Declaration
public const OfficeChartMarkerType Triangle
Field Value
Type |
---|
OfficeChartMarkerType |
X
Indicates the X style in the custom marker option for Chart lines.
Declaration
public const OfficeChartMarkerType X
Field Value
Type |
---|
OfficeChartMarkerType |