Enum ChartSymbol
Represents the set of adornment marker symbol types that define marker shape and appearance within chart adornments.
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public enum ChartSymbol
Fields
| Name | Description |
|---|---|
| Cross | Renders a cross shaped marker symbol |
| Custom | Custom option to set User-defined SymbolTemplates |
| Diamond | Renders a diamond shaped marker symbol |
| Ellipse | Renders an ellipse shaped marker symbol |
| Hexagon | Renders a hexagon shaped marker symbol |
| HorizontalLine | Renders a horizontal line marker symbol |
| InvertedTriangle | Renders an inverted triangle shaped marker symbol |
| Pentagon | Renders a pentagon shaped marker symbol |
| Plus | Renders a plus shaped marker symbol |
| Square | Renders a square shaped marker symbol |
| Triangle | Renders a triangle shaped marker symbol |
| VerticalLine | Renders a vertical line marker symbol |