Class ShapeType
Represents scatter shape types.
Inheritance
System.Object
ShapeType
Namespace: Syncfusion.Maui.Charts
Assembly: Syncfusion.Maui.Charts.dll
Syntax
public sealed class ShapeType : Enum
Fields
Circle
Indicates to render circle symbol.
Declaration
public const ShapeType Circle
Field Value
Type |
---|
ShapeType |
Cross
Indicates to render rectangle symbol.
Declaration
public const ShapeType Cross
Field Value
Type |
---|
ShapeType |
Custom
Custom option to set User-defined symbol.
Declaration
public const ShapeType Custom
Field Value
Type |
---|
ShapeType |
Diamond
Indicates to render diamond symbol.
Declaration
public const ShapeType Diamond
Field Value
Type |
---|
ShapeType |
Hexagon
Indicates to render hexagon symbol.
Declaration
public const ShapeType Hexagon
Field Value
Type |
---|
ShapeType |
HorizontalLine
Indicates to render horizontal line symbol.
Declaration
public const ShapeType HorizontalLine
Field Value
Type |
---|
ShapeType |
InvertedTriangle
Indicates to render cross symbol.
Declaration
public const ShapeType InvertedTriangle
Field Value
Type |
---|
ShapeType |
Pentagon
Indicates to render pentagon symbol.
Declaration
public const ShapeType Pentagon
Field Value
Type |
---|
ShapeType |
Plus
Indicates to render plus symbol.
Declaration
public const ShapeType Plus
Field Value
Type |
---|
ShapeType |
Rectangle
Indicates to render rectangle symbol.
Declaration
public const ShapeType Rectangle
Field Value
Type |
---|
ShapeType |
Triangle
Indicates to render triangle symbol.
Declaration
public const ShapeType Triangle
Field Value
Type |
---|
ShapeType |
VerticalLine
Indicates to render vertical line symbol.
Declaration
public const ShapeType VerticalLine
Field Value
Type |
---|
ShapeType |