Enum MarkerType
Marker shape type
Namespace: Syncfusion.UI.Xaml.SmithChart
Assembly: Syncfusion.SfSmithChart.WPF.dll
Syntax
public enum MarkerType
Fields
| Name | Description |
|---|---|
| Circle | Circle marker shape will set. |
| Cross | Cross marker shape will set. |
| Custom | Custom marker shape will set using MarkerTemplate of series |
| Diamond | Diamond marker shape will set. |
| Pentagon | Pentagon marker shape will set. |
| Plus | Plus marker shape will set. |
| Rectangle | Rectangle marker shape will set. |
| Triangle | Triangle marker shape will set. |