Class LegendShape
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
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class LegendShape : Enum
Fields
ActualRect
ActualRect - Renders a ActualRect.
Declaration
public const LegendShape ActualRect
Field Value
Type | Description |
---|---|
LegendShape |
Circle
circle - Renders a circle.
Declaration
public const LegendShape Circle
Field Value
Type | Description |
---|---|
LegendShape |
Cross
Cross - Renders a Cross.
Declaration
public const LegendShape Cross
Field Value
Type | Description |
---|---|
LegendShape |
Diamond
Diamond - Renders a Diamond.
Declaration
public const LegendShape Diamond
Field Value
Type | Description |
---|---|
LegendShape |
HorizontalLine
HorizontalLine - Renders a HorizontalLine.
Declaration
public const LegendShape HorizontalLine
Field Value
Type | Description |
---|---|
LegendShape |
InvertedTriangle
InvertedTriangle - Renders a InvertedTriangle.
Declaration
public const LegendShape InvertedTriangle
Field Value
Type | Description |
---|---|
LegendShape |
Multiply
Multiply - Renders a Multiply.
Declaration
public const LegendShape Multiply
Field Value
Type | Description |
---|---|
LegendShape |
Pentagon
Pentagon - Renders a Pentagon.
Declaration
public const LegendShape Pentagon
Field Value
Type | Description |
---|---|
LegendShape |
Rectangle
Rectangle - Renders a Rectangle.
Declaration
public const LegendShape Rectangle
Field Value
Type | Description |
---|---|
LegendShape |
SeriesType
SeriesType - Renders a SeriesType.
Declaration
public const LegendShape SeriesType
Field Value
Type | Description |
---|---|
LegendShape |
TargetRect
TargetRect - Renders a TargetRect.
Declaration
public const LegendShape TargetRect
Field Value
Type | Description |
---|---|
LegendShape |
Triangle
Triangle - Renders a Triangle.
Declaration
public const LegendShape Triangle
Field Value
Type | Description |
---|---|
LegendShape |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
VerticalLine
VerticalLine - Renders a VerticalLine.
Declaration
public const LegendShape VerticalLine
Field Value
Type | Description |
---|---|
LegendShape |