Enum MarkerStyle
Specifies different marker styles.
Namespace: Syncfusion.Windows.Gauge
Assembly: Syncfusion.Gauge.WPF.dll
Syntax
public enum MarkerStyle
Fields
| Name | Description |
|---|---|
| Custom | Custom Geometry can be applied through MarkerCustomGeometry property. |
| Diamond | Marker gets displayed in diamond form. |
| Ellipse | Marker gets displayed in elliptical form. |
| Pentagon | Marker gets displayed in pentagonal form. |
| Rectangle | Marker gets displayed in rectangular form. |
| Trapezoid | Marker gets displayed in trapezoidal form. |
| Triangle | Marker gets displayed in triangular form. |