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
Diamond
Indicates the diamond style in the custom marker option for Chart lines.
Declaration
public const OfficeChartMarkerType Diamond
Field Value
DowJones
Indicates the Dow Jones style in the custom marker option for Chart lines.
Declaration
public const OfficeChartMarkerType DowJones
Field Value
None
Indicates no markers.
Declaration
public const OfficeChartMarkerType None
Field Value
PlusSign
Indicates the Plus style in the custom marker option for Chart lines.
Declaration
public const OfficeChartMarkerType PlusSign
Field Value
Square
Indicates the square style in the custom marker option for Chart lines.
Declaration
public const OfficeChartMarkerType Square
Field Value
StandardDeviation
Indicates the Standard Deviation style in the custom marker option for Chart lines.
Declaration
public const OfficeChartMarkerType StandardDeviation
Field Value
Star
Indicates the Star style in the custom marker option for Chart lines.
Declaration
public const OfficeChartMarkerType Star
Field Value
Triangle
Indicates the Triangle style in the custom marker option for Chart lines.
Declaration
public const OfficeChartMarkerType Triangle
Field Value
X
Indicates the X style in the custom marker option for Chart lines.
Declaration
public const OfficeChartMarkerType X