Class MarkerType
Marker shape type
Inheritance
System.Object
MarkerType
Namespace: Syncfusion.WinForms.SmithChart
Assembly: Syncfusion.SfSmithChart.WinForms.dll
Syntax
public sealed class MarkerType : Enum
Fields
Circle
Circle marker shape will set.
Declaration
public const MarkerType Circle
Field Value
| Type |
|---|
| MarkerType |
Cross
Cross marker shape will set.
Declaration
public const MarkerType Cross
Field Value
| Type |
|---|
| MarkerType |
Diamond
Diamond marker shape will set.
Declaration
public const MarkerType Diamond
Field Value
| Type |
|---|
| MarkerType |
Image
Image can also be set in the place of marker shapes.
Declaration
public const MarkerType Image
Field Value
| Type |
|---|
| MarkerType |
See Also
Pentagon
Pentagon marker shape will set.
Declaration
public const MarkerType Pentagon
Field Value
| Type |
|---|
| MarkerType |
Plus
Plus marker shape will set.
Declaration
public const MarkerType Plus
Field Value
| Type |
|---|
| MarkerType |
Rectangle
Rectangle marker shape will set.
Declaration
public const MarkerType Rectangle
Field Value
| Type |
|---|
| MarkerType |
Triangle
Triangle marker shape will set.
Declaration
public const MarkerType Triangle
Field Value
| Type |
|---|
| MarkerType |