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