Class MarkerShape
Specifies the marker shapes.
Inheritance
System.Object
MarkerShape
Namespace: Syncfusion.SfGauge.XForms
Assembly: Syncfusion.SfGauge.XForms.dll
Syntax
public sealed class MarkerShape : Enum
Fields
Circle
This returns Circle marker shape
Declaration
public const MarkerShape Circle
Field Value
Type |
---|
MarkerShape |
Diamond
This returns Diamond marker shape
Declaration
public const MarkerShape Diamond
Field Value
Type |
---|
MarkerShape |
Image
This returns Image marker shape
Declaration
public const MarkerShape Image
Field Value
Type |
---|
MarkerShape |
InvertedTriangle
This returns InvertedTriangle marker shape
Declaration
public const MarkerShape InvertedTriangle
Field Value
Type |
---|
MarkerShape |
Rectangle
This returns Rectangle marker shape
Declaration
public const MarkerShape Rectangle
Field Value
Type |
---|
MarkerShape |
Triangle
This returns Triangle marker shape
Declaration
public const MarkerShape Triangle
Field Value
Type |
---|
MarkerShape |