Enum PivotChartShape
Defines the shape of marker. They are Circle - Renders the marker shaper as circle. Rectangle - Renders the marker shaper as rectangle. Triangle - Renders the marker shaper as triangle. Diamond - Renders the marker shaper as diamond. Cross - Renders the marker shaper as cross. HorizontalLine - Renders the marker shaper as horizontalLine. VerticalLine - Renders the marker shaper as verticalLine. Pentagon- Renders the marker shaper as pentagon. InvertedTriangle - Renders the marker shaper as invertedTriangle. Image - Renders the marker shaper as image.
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public enum PivotChartShape
Fields
| Name | Description |
|---|---|
| Circle | Circle - Renders the marker shaper as circle. |
| Cross | Cross - Renders the marker shaper as cross. |
| Diamond | Diamond - Renders the marker shaper as diamond. |
| HorizontalLine | HorizontalLine - Renders the marker shaper as horizontalLine. |
| Image | Image - Renders the marker shaper as image. |
| InvertedTriangle | InvertedTriangle - Renders the marker shaper as invertedTriangle. |
| Pentagon | Pentagon- Renders the marker shaper as pentagon. |
| Rectangle | Rectangle - Renders the marker shaper as rectangle. |
| Triangle | Triangle - Renders the marker shaper as triangle. |
| VerticalLine | VerticalLine - Renders the marker shaper as verticalLine. |