Class SFChartDataMarkerType
Represents the icon for the data marker.
Inheritance
System.Object
SFChartDataMarkerType
Namespace: Syncfusion.MacOS.Charts.SfChart
Assembly: Syncfusion.SfChart.XForms.macOS.dll
Syntax
public sealed class SFChartDataMarkerType : Enum
Fields
Cross
Renders Cross symbol.
Declaration
public const SFChartDataMarkerType Cross
Field Value
Type |
---|
SFChartDataMarkerType |
Diamond
Renders Diamond symbol.
Declaration
public const SFChartDataMarkerType Diamond
Field Value
Type |
---|
SFChartDataMarkerType |
Ellipse
Renders Ellipse symbol.
Declaration
public const SFChartDataMarkerType Ellipse
Field Value
Type |
---|
SFChartDataMarkerType |
Hexagon
Renders Hexagon symbol.
Declaration
public const SFChartDataMarkerType Hexagon
Field Value
Type |
---|
SFChartDataMarkerType |
HorizontalLine
Renders HorizontalLine symbol.
Declaration
public const SFChartDataMarkerType HorizontalLine
Field Value
Type |
---|
SFChartDataMarkerType |
InvertedTriangle
Renders InvertedTriangle symbol.
Declaration
public const SFChartDataMarkerType InvertedTriangle
Field Value
Type |
---|
SFChartDataMarkerType |
Pentagon
Renders Pentagon symbol.
Declaration
public const SFChartDataMarkerType Pentagon
Field Value
Type |
---|
SFChartDataMarkerType |
Plus
Renders Plus symbol.
Declaration
public const SFChartDataMarkerType Plus
Field Value
Type |
---|
SFChartDataMarkerType |
Square
Renders Square symbol.
Declaration
public const SFChartDataMarkerType Square
Field Value
Type |
---|
SFChartDataMarkerType |
Triangle
Renders Triangle symbol.
Declaration
public const SFChartDataMarkerType Triangle
Field Value
Type |
---|
SFChartDataMarkerType |
VerticalLine
Renders VerticalLine symbol.
Declaration
public const SFChartDataMarkerType VerticalLine
Field Value
Type |
---|
SFChartDataMarkerType |