Class MarkerShapes
Represents MarkerShape of MarkerPointer. You can customize the marker shapes of marker pointer for the linear gauge.
Inheritance
Namespace: Syncfusion.SfGauge.XForms
Assembly: Syncfusion.SfGauge.XForms.dll
Syntax
public sealed class MarkerShapes : Enum
Fields
Circle
Represents the circle MarkerShape of MarkerPointer. You can customize the marker shape of marker pointer to circle.
Declaration
public const MarkerShapes Circle
Field Value
Type |
---|
MarkerShapes |
Diamond
Represents Diamond MarkerShape of MarkerPointer. You can customize the marker shape of marker pointer to diamond.
Declaration
public const MarkerShapes Diamond
Field Value
Type |
---|
MarkerShapes |
Image
Represents Image MarkerShape of MarkerPointer. You can customize the marker shape of marker pointer to image.
Declaration
public const MarkerShapes Image
Field Value
Type |
---|
MarkerShapes |
InvertedTriangle
Represents InvertedTriangle MarkerShape of MarkerPointer. You can customize the marker shape of marker pointer to inverted triangle.
Declaration
public const MarkerShapes InvertedTriangle
Field Value
Type |
---|
MarkerShapes |
Rectangle
Represents Rectangle MarkerShape of MarkerPointer. You can customize the marker shape of marker pointer to rectangle.
Declaration
public const MarkerShapes Rectangle
Field Value
Type |
---|
MarkerShapes |
Triangle
Represents Triangle MarkerShape of MarkerPointer. You can customize the marker shape of marker pointer to triangle.
Declaration
public const MarkerShapes Triangle
Field Value
Type |
---|
MarkerShapes |