ChartMarkerShapeKind Enum
Specifies the various predefined shapes supported by ChartMarker.
public enum ChartMarkerShapeKind
Fields
| Name | Description |
|---|---|
| Diamond | Indicates a diamond shape will be rendered. |
| Ellipse | Indicates an ellipse shape will be rendered. |
| Hexagon | Indicates a hexagon shape will be rendered. |
| Octagon | Indicates an octagon shape will be rendered. |
| Pentagon | Indicates a pentagon shape will be rendered. |
| Rectangle | Indicates a rectangle shape will be rendered. |
| RoundedRectangle | Indicates a rounded rectangle shape will be rendered. |
| Star4Points | Indicates an 4-pointed star shape will be rendered. |
| Star5Points | Indicates an 5-pointed star shape will be rendered. |
| Star6Points | Indicates an 6-pointed star shape will be rendered. |
| Star8Points | Indicates an 8-pointed star shape will be rendered. |
| Triangle | Indicates a triangle shape will be rendered. |