Class DataMarkerType
Represents different types of shapes that can be set for chart data maker to customize its appearance.
Inheritance
System.Object
DataMarkerType
Namespace: Syncfusion.SfChart.XForms
Assembly: Syncfusion.SfChart.XForms.dll
Syntax
public sealed class DataMarkerType : Enum
Fields
Cross
Renders Cross symbol
Declaration
public const DataMarkerType Cross
Field Value
Type |
---|
DataMarkerType |
Diamond
Renders Diamond symbol
Declaration
public const DataMarkerType Diamond
Field Value
Type |
---|
DataMarkerType |
Ellipse
Renders Ellipse symbol
Declaration
public const DataMarkerType Ellipse
Field Value
Type |
---|
DataMarkerType |
Hexagon
Renders Hexagon symbol
Declaration
public const DataMarkerType Hexagon
Field Value
Type |
---|
DataMarkerType |
HorizontalLine
Renders HorizontalLine symbol
Declaration
public const DataMarkerType HorizontalLine
Field Value
Type |
---|
DataMarkerType |
InvertedTriangle
Renders InvertedTriangle symbol
Declaration
public const DataMarkerType InvertedTriangle
Field Value
Type |
---|
DataMarkerType |
Pentagon
Renders Pentagon symbol
Declaration
public const DataMarkerType Pentagon
Field Value
Type |
---|
DataMarkerType |
Plus
Renders Plus symbol
Declaration
public const DataMarkerType Plus
Field Value
Type |
---|
DataMarkerType |
Square
Renders Square symbol
Declaration
public const DataMarkerType Square
Field Value
Type |
---|
DataMarkerType |
Triangle
Renders Triangle symbol
Declaration
public const DataMarkerType Triangle
Field Value
Type |
---|
DataMarkerType |
VerticalLine
Renders VerticalLine symbol
Declaration
public const DataMarkerType VerticalLine
Field Value
Type |
---|
DataMarkerType |