Class PivotChartLegendShape
Defines the shape of legend. They are Circle - Renders a circle. Rectangle - Renders a rectangle. Triangle - Renders a triangle. Diamond - Renders a diamond. Cross - Renders a cross. HorizontalLine - Renders a horizontalLine. VerticalLine - Renders a verticalLine. Pentagon - Renders a pentagon. InvertedTriangle - Renders a invertedTriangle. SeriesType -Render a legend shape based on series type.
Inheritance
System.Object
PivotChartLegendShape
Namespace: Syncfusion.Blazor.PivotView
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class PivotChartLegendShape : Enum
Fields
Circle
Circle - Renders a circle.
Declaration
public const PivotChartLegendShape Circle
Field Value
Type |
---|
PivotChartLegendShape |
Cross
Cross - Renders a cross.
Declaration
public const PivotChartLegendShape Cross
Field Value
Type |
---|
PivotChartLegendShape |
Diamond
Diamond - Renders a diamond.
Declaration
public const PivotChartLegendShape Diamond
Field Value
Type |
---|
PivotChartLegendShape |
HorizontalLine
HorizontalLine - Renders a horizontalLine.
Declaration
public const PivotChartLegendShape HorizontalLine
Field Value
Type |
---|
PivotChartLegendShape |
InvertedTriangle
InvertedTriangle - Renders a invertedTriangle.
Declaration
public const PivotChartLegendShape InvertedTriangle
Field Value
Type |
---|
PivotChartLegendShape |
Pentagon
Pentagon - Renders a pentagon.
Declaration
public const PivotChartLegendShape Pentagon
Field Value
Type |
---|
PivotChartLegendShape |
Rectangle
Rectangle - Renders a rectangle.
Declaration
public const PivotChartLegendShape Rectangle
Field Value
Type |
---|
PivotChartLegendShape |
SeriesType
SeriesType -Render a legend shape based on series type.
Declaration
public const PivotChartLegendShape SeriesType
Field Value
Type |
---|
PivotChartLegendShape |
Triangle
Triangle - Renders a triangle.
Declaration
public const PivotChartLegendShape Triangle
Field Value
Type |
---|
PivotChartLegendShape |
VerticalLine
VerticalLine - Renders a verticalLine.
Declaration
public const PivotChartLegendShape VerticalLine
Field Value
Type |
---|
PivotChartLegendShape |