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