Class 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.
Inheritance
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PivotChartShape : Enum
Fields
Circle
Circle - Renders the marker shaper as circle.
Declaration
public const PivotChartShape Circle
Field Value
Type |
---|
PivotChartShape |
Cross
Cross - Renders the marker shaper as cross.
Declaration
public const PivotChartShape Cross
Field Value
Type |
---|
PivotChartShape |
Diamond
Diamond - Renders the marker shaper as diamond.
Declaration
public const PivotChartShape Diamond
Field Value
Type |
---|
PivotChartShape |
HorizontalLine
HorizontalLine - Renders the marker shaper as horizontalLine.
Declaration
public const PivotChartShape HorizontalLine
Field Value
Type |
---|
PivotChartShape |
Image
Image - Renders the marker shaper as image.
Declaration
public const PivotChartShape Image
Field Value
Type |
---|
PivotChartShape |
InvertedTriangle
InvertedTriangle - Renders the marker shaper as invertedTriangle.
Declaration
public const PivotChartShape InvertedTriangle
Field Value
Type |
---|
PivotChartShape |
Pentagon
Pentagon- Renders the marker shaper as pentagon.
Declaration
public const PivotChartShape Pentagon
Field Value
Type |
---|
PivotChartShape |
Rectangle
Rectangle - Renders the marker shaper as rectangle.
Declaration
public const PivotChartShape Rectangle
Field Value
Type |
---|
PivotChartShape |
Triangle
Triangle - Renders the marker shaper as triangle.
Declaration
public const PivotChartShape Triangle
Field Value
Type |
---|
PivotChartShape |
VerticalLine
VerticalLine - Renders the marker shaper as verticalLine.
Declaration
public const PivotChartShape VerticalLine
Field Value
Type |
---|
PivotChartShape |