Enum OfficeChartMarkerType
Specifies the marker type for a point or series in a line chart, scatter chart, or radar chart.
Namespace: Syncfusion.OfficeChart
Assembly: Syncfusion.OfficeChart.Base.dll
Syntax
public enum OfficeChartMarkerType
Fields
Name | Description |
---|---|
Circle | Indicates the Circle style in the custom marker option for Chart lines. |
Diamond | Indicates the diamond style in the custom marker option for Chart lines. |
DowJones | Indicates the Dow Jones style in the custom marker option for Chart lines. |
None | Indicates no markers. |
PlusSign | Indicates the Plus style in the custom marker option for Chart lines. |
Square | Indicates the square style in the custom marker option for Chart lines. |
StandardDeviation | Indicates the Standard Deviation style in the custom marker option for Chart lines. |
Star | Indicates the Star style in the custom marker option for Chart lines. |
Triangle | Indicates the Triangle style in the custom marker option for Chart lines. |
X | Indicates the X style in the custom marker option for Chart lines. |